
Installation (experimental) In a Matlab terminal with the fc-vfemp1 toolbox available run the following commands
>> fc_vfemp1.init
>> fc_vfemp1.addon.install(’name’,’eigs’)
Addon eigs version 0.0.2 successfully installed
Manual installation The eigs archives must be extracted in the path of the fc-vfemp1 toolbox. To obtain this path under Matlab we can used the command
>> env=fc_vfemp1.environment();
Test To test this toolbox 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 a Matlab terminal with the fc-vfemp1 toolbox 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.