| ||||
Version | date | full archives | install | User guide |
0.4.5 | December 21, 2022 | |||
This toolbox was only tested on Ubuntu 22.04.1 with Matlab R2022a.
One just has to get/download the install file mfc_simesh_install.m Thereafter, one run it under Matlab.
This command download, extract and configure the
toolbox and all the required required toolboxes in the
current directory.
For example, to install this toolbox in ~/Matlab
directory, one has to copy the file mfc_simesh_install.m in
the ~/Matlab
directory. Then in a Matlab terminal run the following commands
Parts of the <fc-simesh> Matlab toolbox. Copyright (C) 2017-2022 F. Cuvelier 1- Downloading and extracting the toolboxes 2- Setting the <fc-simesh> toolbox Write in ~/Matlab/fc-simesh-full/fc_simesh-0.4.5/configure_loc.m ... 3- Using toolboxes : -> fc-tools : 0.0.34 -> fc-bench : 0.1.3 -> fc-hypermesh : 1.0.4 -> fc-amat : 0.1.3 -> fc-meshtools : 0.1.4 -> fc-graphics4mesh : 0.1.5 -> fc-oogmsh : 0.2.4 -> fc-siplt : 0.2.5 with fc-simesh : 0.4.5 *** Using instructions To use the <fc-simesh> toolbox: addpath(’~/Matlab/fc-simesh-full/fc_simesh-0.4.5’) fc_simesh.init() See ~/Matlab/mfc_simesh_set.m
~/Matlab/fc-simesh-full
and, for each Matlab session, one have to set the toolbox by:
If it’s the first time the fc_simesh.init()
function is used, then its output is
Try to use default parameters! Use fc_tools.configure to configure. Write in ~/Matlab/fc-simesh-full/fc_tools-0.0.34/configure_loc.m ... Try to use default parameters! Use fc_bench.configure to configure. Write in ~/Matlab/fc-simesh-full/fc_bench-0.1.3/configure_loc.m ... Try to use default parameters! Use fc_hypermesh.configure to configure. Write in ~/Matlab/fc-simesh-full/fc_hypermesh-1.0.4/configure_loc.m ... Try to use default parameters! Use fc_amat.configure to configure. Write in ~/Matlab/fc-simesh-full/fc_amat-0.1.3/configure_loc.m ... Try to use default parameters! Use fc_meshtools.configure to configure. Write in ~/Matlab/fc-simesh-full/fc_meshtools-0.1.4/configure_loc.m ... Try to use default parameters! Use fc_graphics4mesh.configure to configure. Write in ~/Matlab/fc-simesh-full/fc_graphics4mesh-0.1.5/configure_loc.m ... Try to use default parameters! Use fc_oogmsh.configure to configure. Write in ~/Matlab/fc-simesh-full/fc_oogmsh-0.2.4/configure_loc.m ... Try to use default parameters! Use fc_siplt.configure to configure. Write in ~/Matlab/fc-simesh-full/fc_siplt-0.2.5/configure_loc.m ... Using fc_simesh[0.4.5] with fc_tools[0.0.34], fc_bench[0.1.3], fc_hypermesh[1.0.4], fc_amat[0.1.3], fc_meshtools[0.1.4], fc_graphics4mesh[0.1.5], fc_oogmsh[0.2.4], fc_siplt[0.2.5]. [fc-oogmsh] Configured to use gmsh 4.11.0 with default MSH file format version 4.1
fc_simesh.init()
function is Using fc_simesh[0.4.5] with fc_tools[0.0.34], fc_bench[0.1.3], fc_hypermesh[1.0.4], fc_amat[0.1.3], fc_meshtools[0.1.4], fc_graphics4mesh[0.1.5], fc_oogmsh[0.2.4], fc_siplt[0.2.5]. [fc-oogmsh] Configured to use gmsh 4.11.0 with default MSH file format version 4.1
For uninstalling, one just have to delete directory
~/Matlab/fc-simesh-full
To quickly test this toolbox , one can run one of the examples located in the directory +fc_simesh/+demos
.
For example, runs
To use another gmsh binary, one can use the fc_oogmsh.configure
Matlab function as
<PATH TO>
will be replaced by the path to the gmsh binary. See
0.4.5 (December 21, 2022): .
0.4.2 (March 20, 2020): Minor bugs fixed.
0.4.1 (March 8, 2020): correct bug in the fc_simesh.demos.alldemos
function. Using the
toolbox version 0.0.31.
0.4.0 (February 19, 2020): compatible with GMSH file format versions 2.2, 4.0 and 4.1.
0.2.0 (November 8, 2017): graphical functions move to the toolbox.
0.1.3 (February 8, 2017): first version for Linux, Windows and Mac OS X.
| ||||
Version | date | archives | install | User’s Guide |
0.4.2 | March 20, 2020 | |||
0.4.1 | March 8, 2020 | |||
0.4.0 | February 19, 2020 | |||
0.2.1 | December 13, 2017 | |||
0.2.0 | November 8, 2017 | |||
0.1.4 | October 10, 2017 | |||
0.1.3 | February 8, 2017 | |||
0.1.2 | February 2, 2017 | |||
0.1.1 | January 15, 2017 | |||
0.1.0 | January 4, 2017 | |||
0.0.4 | December 30, 2016 | |||
0.0.3 | December 24, 2016 | |||
0.0.2 | December 21, 2016 | |||