*  Octave / Mesh / fc_graphics4mesh package

        * Snapshots
        * Current development release
        * Installation automatic, all in one
        * Version history
        * Old development releases


PIC

The experimental fc-graphics4mesh Octave package allows to display simplicial meshes or datas on simplicial meshes. A simplicial mesh must be given by two arrays : the vertices array and the connectivity array.

*  Snapshots

























































This package was tested under

Windows 10.0.16299 :
with Octave 4.2.0 and 4.2.1 (’fltk’ graphics toolkit, NVIDIA Quadro K600 with nvidia-376 driver)
Mac OS X 10.12.6 :
with Octave 4.2.1 (installed with homebrew, ’fltk’ graphics toolkit, Intel HD Graphics 3000 with 2.1 INTEL-10.2.37 driver)
Ubuntu 14.04.5 LTS :
with Octave 4.2.0 and 4.2.1 (both compiled from source, ’fltk’ and ’qt’ graphics toolkits, NVIDIA Quadro K1100M with nvidia-340 driver)
Ubuntu 16.04.3 LTS :
with Octave 4.2.0 and 4.2.1 (both compiled from source, ’fltk’ and ’qt’ graphics toolkits, NVIDIA GeForce GTX 1070 with nvidia-384 driver)
Ubuntu 17.10 :
with Octave 4.2.0 and 4.2.1 (both compiled from source, NVIDIA GeForce GTX 1080 Ti with nvidia-384 driver)

It is not compatible with Octave 4.0.x and previous.

*  Current development release






Version

date

package

archives

install

User’s Guide







0.0.2

December 13, 2017

PIC (1364 Ko)

PIC (1364 Ko)
PIC (1393 Ko)
PIC (1252 Ko)

PIC (2 Ko)

PIC (3353 Ko)







*  Installation automatic, all in one

For this method, one just have to get/download the install file PIC (2 Ko) ofc_graphics4mesh_install.m Thereafter, one run it under Octave. This command download, extract and configure the fc-graphics4mesh and the required fc-tools package in the current directory.

For example, to install this package in directory ~/Octave/packages, in a terminal one can do :

Linux Console

# mkdir -p ~/Octave/packages  
# cd ~/Octave/packages  
# wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/Octave/fc-graphics4mesh/0.0.2/ofc_graphics4mesh_install.m

Then in a Octave terminal run the following commands

Octave Console

>> cd ~/Octave/toolboxes  
>> ofc_graphics4mesh_install

There is the output of the ofc_graphics4mesh_install command :

Octave Ouput

Parts of the GNU Octave <fc-graphics4mesh> package.  
Copyright (C) 2017 Francois Cuvelier <cuvelier@math.univ-paris13.fr>  
 
1- Downloading and extracting the packages  
   -> <fc-tools>[0.0.19] ... OK  
   -> <fc-graphics4mesh>[0.0.2] ... OK  
2- Setting the <fc-graphics4mesh> package  
Write in /home/cuvelier/Octave/packages/fc-graphics4mesh-full/fc_graphics4mesh-0.0.2/configure_loc.m ...  
  -> done  
3- Using the <fc-graphics4mesh> package  
   Under Octave:  
     addpath(’/home/cuvelier/Octave/packages/./fc-graphics4mesh-full/fc_graphics4mesh-0.0.2’)  
     fc_graphics4mesh.init()  
 
   See /home/cuvelier/Octave/packages/ofc_graphics4mesh_set.m

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

Octave Console

>> addpath(’~/Octave/packages/fc-graphics4mesh-full/ofc-graphics4mesh-0.0.2’)  
>> fc_graphics4mesh.init()

For uninstalling, one just have to delete directory ~/Octave/packages/fc-graphics4mesh-full

To quickly test this package , one can run one of the examples located in the directory mfc-graphics4mesh-0.0.2/+fc_graphics4mesh/+demos. For example, runs

Octave Console

>> fc_graphics4mesh.demos.plot2D()

or the complete demo (take a long time)

Octave Console

>> fc_graphics4mesh.demos.alldemos()

*  Version history

*  Old development releases






Version

date

package

archives

install

User’s Guide







0.0.1

October 27, 2017

PIC (1370 Ko)

PIC (1368 Ko)
PIC (1393 Ko)
PIC (1251 Ko)

PIC (2 Ko)

PIC (3607 Ko)