*  Octave / Mesh / fc_siplt package

        * Snapshots
        * Some demos
        * Current release
        * Tested on
        * Installation
        * History
        * Old releases

pict pict


pict

This experimental pict package uses a fc_simesh.siMesh object, comming from the pict package, to display simplicial meshes or datas on simplicial meshes. Its kernel uses the pict package.

*  Octave / Mesh / fc_siplt/ Snapshots

































































*  Octave / Mesh / fc_siplt/ demos













sliceiso slice slicemesh plot2D plot3D plot3Ds


















plotiso2D plotiso3D plotiso3Ds plotmesh2D plotmesh3D plotmesh3Ds


















plotquiver2D plotquiver3D plotquiver3Ds












*  Octave / Mesh / fc_siplt/ Current development release






Version

date

package

full archives

install

User guide







0.2.2

March 20, 2020

pict (24 Ko)

pict (1678 Ko)
pict (2015 Ko)
pict (1375 Ko)

pict (3 Ko)

pict (10918 Ko)







*  Octave / Mesh / fc_siplt/ Tested on

This package was tested on various OS with Octave releases :






Operating system 4.4.0 4.4.1 5.1.0 5.2.0





CentOS 7.7.1908





Debian 9.11





Fedora 29





OpenSUSE Leap 15.0





Ubuntu 18.04.3 LTS










MacOS High Sierra 10.13.6





MacOS Mojave 10.14.4





MacOS Catalina 10.15.2










Windows 10 (1909)





It is not compatible with Octave releases prior to 4.2.0. Here are the links used to install the Octave releases tested :

*  Octave / Mesh / fc_siplt/ Installation

One just has to get/download the install file pict ofc_siplt_install.m Thereafter, one run it under Octave. This command download, extract and configure the fc-siplt package and all the required packages in the current directory.

For example, to install this package in ~/Octave/packages directory, one have to copy the file mfc_siplt_install.m in the ~/Octave/packages directory. Then in a Octave terminal run the following commands

Octave Console

>> cd ~/Octave/packages  
>> mfc_siplt_install

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

Octave Ouput

Parts of the <fc-siplt> Octave package.  
Copyright (C) 2017-2010 F. Cuvelier  
 
1- Downloading and extracting the packages  
2- Setting the <fc-siplt> package  
Write in ~/Octave/fc-siplt-full/fc_siplt-0.2.2/configure_loc.m ...  
3- Using packages :  
   ->             fc-tools : 0.0.31  
   ->             fc-bench : 0.1.2  
   ->         fc-hypermesh : 1.0.3  
   ->              fc-amat : 0.1.2  
   ->         fc-meshtools : 0.1.3  
   ->     fc-graphics4mesh : 0.1.3  
   ->            fc-oogmsh : 0.2.3  
   ->            fc-simesh : 0.4.2  
 with             fc-siplt : 0.2.2  
*** Using instructions  
   To use the <fc-siplt> package:  
   addpath(’~/Octave/fc-siplt-full/fc_siplt-0.2.2’)  
   fc_siplt.init()  
 
   See ~/Octave/ofc_siplt_set.m

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

Octave Console

>> addpath(’~/Octave/packages/fc-siplt-full/fc_siplt-0.2.2’)  
>> fc_siplt.init()

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

Octave Ouput

Try to use default parameters!  
 Use fc_tools.configure to configure.  
Write in ~/Octave/fc-siplt-full/fc_tools-0.0.31/configure_loc.m ...  
Try to use default parameters!  
 Use fc_bench.configure to configure.  
Write in ~/Octave/fc-siplt-full/fc_bench-0.1.2/configure_loc.m ...  
Try to use default parameters!  
 Use fc_hypermesh.configure to configure.  
Write in ~/Octave/fc-siplt-full/fc_hypermesh-1.0.3/configure_loc.m ...  
Try to use default parameters!  
 Use fc_amat.configure to configure.  
Write in ~/Octave/fc-siplt-full/fc_amat-0.1.2/configure_loc.m ...  
Try to use default parameters!  
 Use fc_meshtools.configure to configure.  
Write in ~/Octave/fc-siplt-full/fc_meshtools-0.1.3/configure_loc.m ...  
Try to use default parameters!  
 Use fc_graphics4mesh.configure to configure.  
Write in ~/Octave/fc-siplt-full/fc_graphics4mesh-0.1.3/configure_loc.m ...  
Try to use default parameters!  
 Use fc_oogmsh.configure to configure.  
Write in ~/Octave/fc-siplt-full/fc_oogmsh-0.2.3/configure_loc.m ...  
Configured to use gmsh 4.5.1 with default MSH file format version 4.1  
Try to use default parameters!  
 Use fc_simesh.configure to configure.  
Write in ~/Octave/fc-siplt-full/fc_simesh-0.4.2/configure_loc.m ...  
Using fc_siplt[0.2.2] with fc_tools[0.0.31], fc_bench[0.1.2], fc_hypermesh[1.0.3],  
                          fc_amat[0.1.2], fc_meshtools[0.1.3], fc_graphics4mesh[0.1.3],  
                          fc_oogmsh[0.2.3], fc_simesh[0.4.2].

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

Octave Ouput

Configured to use gmsh 4.5.1 with default MSH file format version 4.1  
Using fc_siplt[0.2.2] with fc_tools[0.0.31], fc_bench[0.1.2], fc_hypermesh[1.0.3],  
                          fc_amat[0.1.2], fc_meshtools[0.1.3], fc_graphics4mesh[0.1.3],  
                          fc_oogmsh[0.2.3], fc_simesh[0.4.2].

For uninstalling, one just have to delete directory

~/Octave/packages/fc-siplt-full

To quickly test this package, one can run one of the examples located in the directory +fc_siplt/+demos. For example, runs

Octave Console

>> fc_siplt.demos.plot3D()

or the complete demo (take a long time)

Octave Console

>> fc_siplt.demos.alldemos()

*  Octave / Mesh / fc_siplt/ Version history

*  Octave / Mesh / fc_siplt/ Old development releases






Version

date

package

archives

install

User’s Guide







0.2.1

March 8, 2020

pict (24 Ko)

pict (1677 Ko)
pict (2014 Ko)
pict (1374 Ko)

pict (3 Ko)

pict (10918 Ko)







0.2.0

February 19, 2020

pict (24 Ko)

pict (1677 Ko)
pict (2013 Ko)
pict (1374 Ko)

pict (3 Ko)

pict (4139 Ko)







0.0.2

December 16, 2017

pict (22 Ko)

pict (22 Ko)
pict (36 Ko)
pict (19 Ko)

pict (2 Ko)

pict (4556 Ko)







0.0.1

November 23, 2017

pict (22 Ko)

pict (22 Ko)
pict (36 Ko)
pict (18 Ko)

pict (2 Ko)

pict (4136 Ko)