LifeV
Importer.hpp File Reference

Import mesh data formats into LifeV mesh data structure. More...

+ Include dependency graph for Importer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Importer
 Importer General interface for read different types of mesh. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::detail
 

Enumerations

enum  MeshFormat {
  MESHPP, INRIA, GMSH, NETGEN,
  FREEFEM
}
 

Functions

template<typename Elt >
void import3D (std::string const &fileName, MeshFormat const &format, RegionMesh< Elt > &mesh, markerID_Type regionFlag)
 
template<typename Elt >
void import2D (std::string const &fileName, MeshFormat const &format, RegionMesh< Elt > &mesh, markerID_Type regionFlag)
 

Detailed Description