
Requirements This addon needs the
Installation (experimental) Then in an Octave terminal with the fc-vfemp1 package available run the following commands
>> fc_vfemp1.init
>> fc_vfemp1.addon.install(’name’,’eigs’)
Manual installation The eigs archives must be extracted in the path of the fc-vfemp1 package. To obtain this path under Octave we can used the command
>> env=fc_vfemp1.environment();
Test To test this package quickly, one can run one of the script examples located in the directory +fc_vfemp1/+addon/+eigs/+samples_2d. For example, runs
>> fc_vfemp1.addon.eigs.samples_2d.Laplacian_Dir_hypermesh_01ex
>> fc_vfemp1.addon.eigs.demos

Requirements This addon needs the
This addon was tested under :
Installation (experimental) Then in an Octave terminal with the fc-vfemp1 package available run the following commands
>> fc_vfemp1.init
>> fc_vfemp1.addon.install(’name’,’surface’)
Manual installation Get the surface archives and extract its contents in the fc-vfemp1 directory.