Matlab / FEM / fc_vfemp1 Add-ons
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
- gmsh, A three-dimensional finite element mesh generator with built-in pre- and post-processing
facilities to be installed. Under Windows, the 32bit version of gmsh is required even if the system
is 64bit.
- The fc-vfemp1 Matlab toolbox (>= 0.0.5).
Current development release
|
|
|
|
|
|
Version | date | archives | User’s Guide |
|
|
|
|
|
0.0.2 | February 8, 2017 | | (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 | | (10992 Ko)
|
|
|
|
|
|
|
The
surface addon to the
fc-vfemp1 Matlab toolbox contains codes for solving
scalar surface Boundary
Value Problems.
Requirements
This addon needs the
- gmsh, A three-dimensional finite element mesh generator with built-in pre- and post-processing
facilities to be installed,
- fc-vfemp1 Matlab toolbox (>= 0.0.3),
- fc-simesh Matlab toolbox (>= 0.1.1),
- fc-tools Matlab toolbox (>= 0.0.16),
- fc-oogmsh Matlab toolbox (>= 0.0.12 ),
- fc-hypermesh Matlab toolbox (>= 0.0.2).
Current development release
|
|
|
|
|
|
Version | date | archives | User’s Guide |
|
|
|
|
|
0.0.1 | January 20, 2017 | | (6103 Ko)
|
|
|
|
|
|
|
This addon was tested under :
- Ubuntu 14.04 LTS with Matlab releases 2015b to 2016b, and gmsh version 2.15.0
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.