Python / Mesh/ fc_simesh package 
           
The experimental 
fc_simesh Python package contains the 
siMesh class which allows to use simplices meshes
generated from gmsh (in dimension 
2 or 
3) or an hypercube triangulation (in any dimension).
   
 
   
  Current development release
    
  | 
  | 
  | 
  | 
|                            | 
|   Version  |   date                           |   archives                       |   User’s Guide                | 
  | 
  | 
  | 
  | 
|   0.0.8                                 |   June 23, 2017                    |     (13  Ko)                  
  |     (1557  Ko)               
  | 
  | 
  | 
  | 
  | 
|                          |  
 
This package was tested under :
      
      - Ubuntu 14.04 LTS with Python 3.6.0.
 
   
  Installation under Linux
      
   
  Installation from archive under Linux
Save the required archive in a folder.
      
      - For an installation which isolated to the current user, one can do :
                                                                                      
                                                                                      
      
      $ pip install <PATH_TO_FOLDER>/fc_simesh-<VERSION>.tar.gz --user
      where <PATH_TO_FOLDER> will be replaced by the path to the saved archive and <VERSION> by the
      version of the archive.
      
 
      - For an installation for all users, one can do :
                                                                                      
                                                                                      
      
      $ sudo pip install <PATH_TO_FOLDER>/fc_simesh-<VERSION>.tar.gz
       
   
  Version history
      
      - 0.0.8 (June 23, 2017) : Add mapping option to siMesh object
      
 
      - 0.0.7 (June 14, 2017) : Add method move to siMesh object
      
 
      - 0.0.6 (May 23, 2017) : Correct bug in eval method
      
 
      - 0.0.5 (May 9, 2017) : add eval method to siMesh object
      
 
      - 0.0.4 (May 2, 2017) : first published version.
 
   
  Old development release
    
  | 
  | 
  | 
  | 
|                            | 
|   Version  |   date                           |   archives                       |   User’s Guide                | 
  | 
  | 
  | 
  | 
|   0.0.4                                 |   May 2, 2017                      |     (12  Ko)                  
  |     (1557  Ko)               
  | 
  | 
  | 
  | 
  | 
|   0.0.5                                 |   May 2, 2017                      |     (13  Ko)                  
  |     (1557  Ko)               
  | 
  | 
  | 
  | 
  | 
|   0.0.7                                 |   June 14, 2017                    |     (13  Ko)                  
  |     (1557  Ko)               
  | 
  | 
  | 
  | 
  | 
|                          |