This package was tested under
It is not compatible with Octave 4.0.x and previous.
| ||||||
Version | date | package | archives | install | User guide | preprint |
0.0.6 | December 28, 2017 | |||||
# wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/Octave/fc-tools/0.0.20/fc-tools-0.0.20.tar.gz
# wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/Octave/fc-hypermesh/0.0.6/fc-hypermesh-0.0.6.tar.gz
>> pkg install fc-tools-0.0.20.tar.gz
>> pkg install fc-hypermesh-0.0.6.tar.gz
>> pkg load fc-hypermesh
>> fc_hypermesh.demo01
For uninstalling the package, just do in an Octave session :
>> pkg uninstall fc-hypermesh
>> pkg uninstall fc-tools
For this method, one just has to get/download the install file (2 Ko) ofc_hypermesh_install.m
Thereafter, it should be run under Octave. This command downloads, extracts and configures the fc-hypermesh
and the required fc-tools packages in the current directory.
For example, to install this package in directory ~/Octave/packages, in a terminal one can do :
# mkdir -p ~/Octave/packages
# cd ~/Octave/packages
# wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/Octave/fc-hypermesh/0.0.6/ofc_hypermesh_install.m
Then in a Octave terminal run the following commands
>> cd ~/Octave/toolboxes
>> ofc_hypermesh_install
This is the output of the ofc_hypermesh_install command :
1- Downloading and extracting the packages
-> <fc-tools>[0.0.20] ... OK
-> <fc-hypermesh>[0.0.6] ... OK
2- Setting the <fc-hypermesh> package
Write in ~/Octave/toolboxes/fc-hypermesh-full/fc_hypermesh-0.0.6/configure_loc.m ...
-> done
3- Using the <fc-hypermesh> package
Under Octave:
addpath(’~/Octave/toolboxes/./fc-hypermesh-full/fc_hypermesh-0.0.6’)
fc_hypermesh.init()
See ~/Octave/toolboxes/ofc_hypermesh_set.m
The complete package (i.e. with all the other needed packages) is stored in the directory ~/Octave/packages/fc-hypermesh-full and, for each Octave session, one has to set the package by :
>> addpath(’~/Octave/packages/fc-hypermesh-full/ofc-hypermesh-0.0.6’)
>> fc_hypermesh.init()
To uninstall, one just has to delete directory ~/Octave/packages/fc-hypermesh-full
| ||||||
Version | date | package | archives | install | User’s Guide |
|
0.0.5 | November 3, 2017 | |||||
0.0.4 | October 5, 2017 | |||||
0.0.2 | December 24, 2016 |
|
||||
0.0.1 | December 18, 2016 | |||||