*  Octave / FEM / fc_vfemp1 Add-ons

        * eigs
        * surface

*  Octave / FEM / fc_vfemp1 addons / eigs

pict pict


pict

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

Snapshots

















































Requirements This addon needs the

Current development release






Version

date

archives

User’s Guide






0.0.2

January 16, 2017

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

pict (10992 Ko)






Installation (experimental) Then in an Octave terminal with the fc-vfemp1 package available run the following commands

Octave Console

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

Octave Console

>> env=fc_vfemp1.environment();

Then the path is given by env.Path

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

Octave Console

>> fc_vfemp1.addon.eigs.samples_2d.Laplacian_Dir_hypermesh_01ex

or the complete demo (take a long time)

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






*  Octave / FEM / fc_vfemp1 addons / surface

pict pict


pict

The surface addon to the fc-vfemp1 Octave package 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 16, 2017

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

pict (6103 Ko)






This addon was tested under :

Installation (experimental) Then in an Octave terminal with the fc-vfemp1 package available run the following commands

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