This toolbox was tested under
| ||||
Version | date | archives | install | User’s Guide |
0.2.1 | December 13, 2017 | |||
For this method, one just have to get/download the install file (5 Ko) mfc_simesh_install.m
Thereafter, one run it under Matlab. This command download, extract and configure the fc-simesh and the
required toolboxes (fc-tools, fc-oogmsh, fc-hypermesh) in the current directory.
For example, to install this toolbox in ~/Matlab/toolboxes directory, one have to copy the file mfc_simesh_install.m in the ~/Matlab/toolboxes directory. Then in a Matlab terminal run the following commands
>> cd ~/Matlab/toolboxes
>> mfc_simesh_install
Parts of the Matlab <fc-simesh> toolbox.
Copyright (C) 2016-2017 F. Cuvelier <cuvelier@math.univ-paris13.fr>
1- Downloading and extracting the toolboxes
-> <fc-tools>[0.0.19] ... OK
-> <fc-hypermesh>[0.0.6] ... OK
-> <fc-oogmsh>[0.0.17] ... OK
-> <fc-simesh>[0.2.1] ... OK
-> <fc-graphics4mesh>[0.0.2] ... OK
-> <fc-siplt>[0.0.2] ... OK
2- Setting the toolboxes
2-a) Setting the <fc-hypermesh> toolbox
Write in ~/Matlab/toolboxes/fc-simesh-full/fc_hypermesh-0.0.6/configure_loc.m ...
-> done
2-b) Setting the <fc-oogmsh> toolbox
[fc-oogmsh] Using GMSH binary : ~/bin/gmsh
[fc-oogmsh] Writing in ~/Matlab/toolboxes/fc-simesh-full/fc_oogmsh-0.0.17/configure_loc.m ...
[fc-oogmsh] configured with
-> gmsh_bin=’~/bin/gmsh’;
-> mesh_dir=’~/Matlab/toolboxes/fc-simesh-full/fc_oogmsh-0.0.17/meshes’;
-> geo_dir=’~/Matlab/toolboxes/fc-simesh-full/fc_oogmsh-0.0.17/geodir’;
-> fc_tools_dir=’~/Matlab/toolboxes/fc-simesh-full/fc_tools-0.0.19’;
[fc-oogmsh] done
2-c) Setting the <fc-simesh> toolbox without graphics
2-d) Setting the <fc-graphics4mesh> toolbox
Write in ~/Matlab/toolboxes/fc-simesh-full/fc_graphics4mesh-0.0.2/configure_loc.m ...
-> done
2-e) Setting the <fc-siplt> toolbox
Write in ~/Matlab/toolboxes/fc-simesh-full/fc_siplt-0.0.2/configure_loc.m ...
-> done
2-f) Setting the <fc-simesh> toolbox with graphics
[fc-simesh] Writing in ~/Matlab/toolboxes/fc-simesh-full/fc_simesh-0.2.1/configure_loc.m ...
[fc-simesh] configured with
-> oogmsh_dir =’~/Matlab/toolboxes/fc-simesh-full/fc_oogmsh-0.0.17’;
-> hypermesh_dir =’~/Matlab/toolboxes/fc-simesh-full/fc_hypermesh-0.0.6’;
-> siplt_dir =’~/Matlab/toolboxes/fc-simesh-full/fc_siplt-0.0.2’;
[fc-simesh] done
3- Using instructions
To use the <fc-simesh> toolbox:
addpath(’~/Matlab/toolboxes/fc-simesh-full/fc_simesh-0.2.1’)
fc_simesh.init()
See ~/Matlab/toolboxes/mfc_simesh_set.m
>> addpath(’~/Matlab/toolboxes/fc-simesh-full/fc-simesh-0.2.1’)
>> fc_simesh.init()
To install the fc-simesh package without graphical extension one can use the following command
>> mfc_simesh_install(’graphics’,false)
For uninstalling, one just have to delete directory
~/Matlab/toolboxes/fc-simesh-full
To quickly test this toolbox , one can run one of the examples located in the directory fc_simesh-0.2.1/+fc_simesh/+demos. For example, runs
>> fc_simesh.demos.feval2D01()
>> fc_simesh.demos.alldemos()
To use another gmsh binary, one can use the fc_oogmsh.configure Matlab function as
>> fc_oogmsh.configure(’gmsh_bin’,’<PATH TO>/gmsh’)
| ||||
Version | date | archives | install | User’s Guide |
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 | |||