*  Matlab / FEM / fc_vfemp1 Add-ons

        * eigs
        * surface

*  Matlab / FEM / fc_vfemp1 addons / eigs

pict pict


pict

The eigs add-on to the fc-vfemp1 Matlab toolbox contains codes which allow to compute numerically the eigenvalues and eigenfunctions of scalar or vector Boundary Value Problems.

Snapshots

















































Requirements This addon needs

Current development release






Version

date

archives

User’s Guide






0.0.2

February 8, 2017

pict (7 Ko)
pict (24 Ko)
pict (6 Ko)

pict (10992 Ko)






Installation (experimental) In a Matlab terminal with the fc-vfemp1 toolbox available run the following commands

Matlab Console

>> 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

Matlab Console

>> env=fc_vfemp1.environment();

Then the path is given by env.Path

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

Matlab Console

>> fc_vfemp1.addon.eigs.samples_2d.Laplacian_Dir_hypermesh_01ex

or the complete demo (take a long time)

Matlab Console

>> fc_vfemp1.addon.eigs.demos

Old development release






Version

date

archives

User’s Guide






0.0.1

January 16, 2017

pict (7 Ko)
pict (23 Ko)
pict (6 Ko)

pict (10992 Ko)






*  Matlab / FEM / fc_vfemp1 addons / surface

pict pict


pict

The surface addon to the fc-vfemp1 Matlab toolbox contains codes for solving scalar surface Boundary Value Problems.

Requirements This addon needs the

Current development release






Version

date

archives

User’s Guide






0.0.1

January 20, 2017

pict (10 Ko)
pict (34 Ko)
pict (8 Ko)

pict (6103 Ko)






This addon was tested under :

Installation (experimental) Then in a Matlab terminal with the fc-vfemp1 toolbox available run the following commands

Matlab Console

>> fc_vfemp1.init  
>> fc_vfemp1.addon.install(’name’,’surface’)

Manual installation Get the surface archives and extract its contents in the fc-vfemp1 directory.