(9)

getMesh.h File Reference

Definition file for mesh conversion functions. More...

Namespaces

 OFELI
 A namespace to group all library classes, functions, ...
 

Functions

void getMesh (string file, ExternalFileFormat form, Mesh &mesh, size_t nb_dof=1)
 Construct an instance of class Mesh from a mesh file stored in an external file format. More...
 
void getBamg (string file, Mesh &mesh, size_t nb_dof=1)
 Construct an instance of class Mesh from a mesh file stored in Bamg format. More...
 
void getEasymesh (string file, Mesh &mesh, size_t nb_dof=1)
 Construct an instance of class Mesh from a mesh file stored in Easymesh format. More...
 
void getGambit (string file, Mesh &mesh, size_t nb_dof=1)
 Construct an instance of class Mesh from a mesh file stored in Gambit neutral format. More...
 
void getGmsh (string file, Mesh &mesh, size_t nb_dof=1)
 Construct an instance of class Mesh from a mesh file stored in Gmsh format. More...
 
void getMatlab (string file, Mesh &mesh, size_t nb_dof=1)
 Construct an instance of class Mesh from a Matlab mesh data. More...
 
void getNetgen (string file, Mesh &mesh, size_t nb_dof=1)
 Construct an instance of class Mesh from a mesh file stored in Netgen format. More...
 
void getTetgen (string file, Mesh &mesh, size_t nb_dof=1)
 Construct an instance of class Mesh from a mesh file stored in Tetgen format. More...
 
void getTriangle (string file, Mesh &mesh, size_t nb_dof=1)
 Construct an instance of class Mesh from a mesh file stored in Triangle format. More...
 

Detailed Description

Definition file for mesh conversion functions.