CONTENTS:
1: DESCRIPTION
2: INSTALLATION

-----------------------------------------------------

1. DESCRIPTION
  
  <fc-oomesh> is an open and free package for the research and teaching of Isogeometric Analysis, written in Octave and fully compatible with Matlab.
  
  This package needs Octave version >= 4.0.0 and was tested under Linux (Ubuntu 14.10 LTS)

2. INSTALLATION

  This package needs the <fc-tools> package to be installed (version >= 0.0.12):
    wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/fc-tools/0.0.12/fc-tools-0.0.12.tar.gz
  and the <fc-oogmsh> archive:
    wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/fc-oogmsh/0.0.8/fc-oogmsh-0.0.8.tar.gz
    
  Under Octave:
    pkg install fc-tools-0.0.12.tar.gz
    pkg install fc-oogmsh-0.0.8.tar.gz
    
