*  Matlab / Mesh / fc_meshtools toolbox

        * Matlab / Mesh / fc_meshtools/ Current development release
        * Installation automatic, all in one (recommanded)
        * Matlab / Mesh / fc_meshtools/ Version history
        * Matlab / Mesh / fc_meshtools/ Old development releases

pict pict


pict

The pict Matlab toolbox contains some simplicial meshes given by their vertices array q and connectivity array me. Theses meshes can be easily used in other Matlab codes for debugging or testing purpose.

*  Matlab / Mesh / fc_meshtools/ Current development release





Version

date

full archives

install

User guide






0.1.4

December 21, 2022

pict (1509 Ko)
pict (1673 Ko)
pict (1316 Ko)

pict (4 Ko)

pict (373 Ko)






This toolbox was only tested on Ubuntu 22.04.1 with Matlab R2022a.

*  Installation automatic, all in one (recommanded)

For this method, one just have to get/download the install file pict mfc_meshtools_install.m Thereafter, one run it under Matlab. This command download, extract and configure the fc-meshtools and the required fc-tools toolbox in the current directory.

For example, to install this toolbox in ~/Matlab directory, one have to copy the file mfc_meshtools_install.m in the ~/Matlab directory. Then in a Matlab terminal run the following commands

Matlab Console

>> cd ~/Matlab 
>> mfc_meshtools_install

There is the output of the mfc_mesh_install command on a Linux computer:

Matlab Ouput

Parts of the <fc-meshtools> Matlab toolbox. 
Copyright (C) 2018-2023 F. Cuvelier <cuvelier@math.univ-paris13.fr> 
 
1- Downloading and extracting the toolboxes 
2- Setting the <fc-meshtools> toolbox 
Write in ~/Matlab/fc-meshtools-full/fc_meshtools-0.1.4/configure_loc.m ... 
3- Using toolboxes : 
   ->             fc-tools : 0.0.35 
   ->             fc-bench : 0.1.3 
   ->              fc-amat : 0.1.3 
 with         fc-meshtools : 0.1.4 
*** Using instructions 
   To use the <fc-meshtools> toolbox: 
   addpath(’~/Matlab/fc-meshtools-full/fc_meshtools-0.1.4’) 
   fc_meshtools.init() 
 
   See ~/Matlab/mfc_meshtools_set.m

The complete toolbox (i.e. with all the other needed toolboxes) is stored in the directory ~/Matlab/fc-meshtools-full and, for each Matlab session, one have to set the toolbox by:

Matlab Console

>> addpath(’~/Matlab/fc-meshtools-full/fc-meshtools-0.1.4’) 
>> fc_meshtools.init()

If it’s the first time the fc_meshtools.init() function is used, then its output is

Matlab Ouput

Try to use default parameters! 
 Use fc_tools.configure to configure. 
Write in ~/Matlab/fc-meshtools-full/fc_tools-0.0.35/configure_loc.m ... 
Try to use default parameters! 
 Use fc_bench.configure to configure. 
Write in ~/Matlab/fc-meshtools-full/fc_bench-0.1.3/configure_loc.m ... 
Try to use default parameters! 
 Use fc_amat.configure to configure. 
Write in ~/Matlab/fc-meshtools-full/fc_amat-0.1.3/configure_loc.m ... 
Using fc_meshtools[0.1.4] with fc_tools[0.0.35], fc_bench[0.1.3], fc_amat[0.1.3].

Otherwise, the output of the fc_meshtools.init() function is

Matlab Ouput

Using fc_meshtools[0.1.4] with fc_tools[0.0.35], fc_bench[0.1.3], fc_amat[0.1.3].

For uninstalling, one just have to delete directory

~/Matlab/fc-meshtools-full

*  Matlab / Mesh / fc_meshtools/ Version history

*  Matlab / Mesh / fc_meshtools/ Old development releases





Version

date

full archives

install

User guide






0.1.2

January 3, 2020

pict (1489 Ko)
pict (1644 Ko)
pict (1299 Ko)

pict (4 Ko)

pict (492 Ko)






0.1.0

March 22, 2019

pict (1413 Ko)
pict (1471 Ko)
pict (1267 Ko)

pict (3 Ko)

pict (490 Ko)