| |||||
Version | date | package | full archives | install | User guide |
0.1.5 | December 21, 2022 | ||||
This package was only tested on Ubuntu 22.04.1 with Octave 7.3.0.
For this method, one just have to get/download the install file ofc_graphics4mesh_install.m Thereafter,
one run it under Octave. This command download, extract and configure the
package and all the required
packages in the current directory.
For example, on a Linux computer, to install this package in directory ~/Octave
one can do in a terminal:
mkdir -p ~/Octave cd ~/Octave HTTP=http://www.math.univ-paris13.fr/~cuvelier/software/codes/Octave wget $HTTP/fc-graphics4mesh/0.1.5/ofc_graphics4mesh_install.m
Then in a Octave terminal run the following commands
There is the output of the ofc_graphics4mesh_install command:Parts of the <fc-graphics4mesh> Octave package. Copyright (C) 2017-2022 F. Cuvelier 1- Downloading and extracting the packages 2- Setting the <fc-graphics4mesh> package Write in ~/Octave/fc-graphics4mesh-full/fc_graphics4mesh-0.1.5/configure_loc.m ... 3- Using packages : -> fc-tools : 0.0.34 -> fc-bench : 0.1.3 -> fc-amat : 0.1.3 -> fc-meshtools : 0.1.4 with fc-graphics4mesh : 0.1.5 *** Using instructions To use the <fc-graphics4mesh> package: addpath(’~/Octave/fc-graphics4mesh-full/fc_graphics4mesh-0.1.5’) fc_graphics4mesh.init() See ~/Octave/ofc_graphics4mesh_set.m
The complete package (i.e. with all the other needed packages) is stored in the directory
~/Octave/fc-graphics4mesh-full
and, for each Octave session, one have to set the package by:
>> addpath(’~/Octave/fc-graphics4mesh-full/ofc-graphics4mesh-0.1.5’) >> fc_graphics4mesh.init()
fc_graphics4mesh.init()
function is used, then its output is Try to use default parameters! Use fc_tools.configure to configure. Write in ~/Octave/fc-graphics4mesh-full/fc_tools-0.0.34/configure_loc.m ... Try to use default parameters! Use fc_bench.configure to configure. Write in ~/Octave/fc-graphics4mesh-full/fc_bench-0.1.3/configure_loc.m ... Try to use default parameters! Use fc_amat.configure to configure. Write in ~/Octave/fc-graphics4mesh-full/fc_amat-0.1.3/configure_loc.m ... Try to use default parameters! Use fc_meshtools.configure to configure. Write in ~/Octave/fc-graphics4mesh-full/fc_meshtools-0.1.4/configure_loc.m ... Using fc_graphics4mesh[0.1.5] with fc_tools[0.0.34], fc_bench[0.1.3], fc_amat[0.1.3], fc_meshtools[0.1.4].
fc_meshtools.init()
function is Using fc_graphics4mesh[0.1.5] with fc_tools[0.0.34], fc_bench[0.1.3], fc_amat[0.1.3], fc_meshtools[0.1.4].
For uninstalling, one just have to delete directory ~/Octave/fc-graphics4mesh-full
To quickly test this package , one can run one of the examples located in the directory
+fc_graphics4mesh/+demos
. For example, runs
0.1.5 (December 21, 2022): .
0.1.3 (March 20, 2020): Minor bugs fixed.
0.1.2 (March 8, 2020): Using of the fc-tools package version 0.0.31.
0.1.1 (February 17, 2020): minor change in configure function. Using of the fc-tools package version 0.0.30, the fc-meshtools package version 0.1.3, ...
0.1.0 (January 29, 2020): use of fc-tools package version 0.0.29 and the fc-meshtools package version 0.1.2. Some changes in demos functions.
0.0.4 (March 22, 2019): use of fc-tools package version 0.0.27 and the fc-meshtools package version 0.1.1
0.0.2 (December 13, 2017): use of fc-tools package version 0.0.19
0.0.1 (October 27, 2017): first version for Linux, Windows and Mac OS X.
| ||||||
Version | date | package | archives | install | User’s Guide |
|
0.1.3 | March 20, 2020 | |||||
0.1.2 | March 8, 2020 | |||||
0.1.1 | Februar 17, 2020 | |||||
0.1.0 | January 29, 2020 | |||||
0.0.4 | March 22, 2019 | |||||
0.0.2 | December 13, 2017 | |||||
0.0.1 | October 27, 2017 | |||||