| |||||
Version | date | package | full archives | install | User guide |
0.2.5 | December 21, 2022 | ||||
This package was only tested on Ubuntu 22.04.1 with Octave 7.3.0.
One just has to get/download the install file 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
Parts of the <fc-siplt> Octave package. Copyright (C) 2017-2022 F. Cuvelier 1- Downloading and extracting the packages 2- Setting the <fc-siplt> package Write in ~/Octave/fc-siplt-full/fc_siplt-0.2.5/configure_loc.m ... 3- Using packages : -> 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-simesh : 0.4.5 with fc-siplt : 0.2.5 *** Using instructions To use the <fc-siplt> package: addpath(’~/Octave/fc-siplt-full/fc_siplt-0.2.5’) fc_siplt.init() See ~/Octave/ofc_siplt_set.m
~/Octave/packages/fc-siplt-full
and, for each Octave session, one have to set the package by:
If it’s the first time the fc_siplt.init()
function is used, then its output is
Try to use default parameters! Use fc_tools.configure to configure. Write in ~/Octave/fc-siplt-full/fc_tools-0.0.34/configure_loc.m ... Try to use default parameters! Use fc_bench.configure to configure. Write in ~/Octave/fc-siplt-full/fc_bench-0.1.3/configure_loc.m ... Try to use default parameters! Use fc_hypermesh.configure to configure. Write in ~/Octave/fc-siplt-full/fc_hypermesh-1.0.4/configure_loc.m ... Try to use default parameters! Use fc_amat.configure to configure. Write in ~/Octave/fc-siplt-full/fc_amat-0.1.3/configure_loc.m ... Try to use default parameters! Use fc_meshtools.configure to configure. Write in ~/Octave/fc-siplt-full/fc_meshtools-0.1.4/configure_loc.m ... Try to use default parameters! Use fc_graphics4mesh.configure to configure. Write in ~/Octave/fc-siplt-full/fc_graphics4mesh-0.1.5/configure_loc.m ... Try to use default parameters! Use fc_oogmsh.configure to configure. Write in ~/Octave/fc-siplt-full/fc_oogmsh-0.2.4/configure_loc.m ... Try to use default parameters! Use fc_simesh.configure to configure. Write in ~/Octave/fc-siplt-full/fc_simesh-0.4.5/configure_loc.m ... Using fc_siplt[0.2.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_simesh[0.4.5]. [fc-oogmsh] Configured to use gmsh 4.11.0 with default MSH file format version 4.1
fc_siplt.init()
function is Using fc_siplt[0.2.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_simesh[0.4.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
~/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
0.2.5 (December 21, 2022):
0.2.2 (March 20, 2020): Minor bugs fixed. Using the package version 0.4.2.
0.2.1 (March 8, 2020): correct bug in fc_siplt.demos.alldemos
function. Using the toolbox
version 0.0.31.
0.0.2 (December 13, 2017): correct bug in fc_siplt.plotquiver
function and modify
fc_siplt.configure
fonction.
0.0.1 (November 23, 2017): first version tested under Linux, macOS and Windows.
| |||||
Version | date | package | archives | install | User’s Guide |
0.2.2 | March 20, 2020 | ||||
0.2.1 | March 8, 2020 | ||||
0.2.0 | February 19, 2020 | ||||
0.0.2 | December 16, 2017 | ||||
0.0.1 | November 23, 2017 | ||||