LifeV
|
Import mesh data formats into LifeV mesh data structure. More...
#include <lifev/core/mesh/RegionMesh.hpp>
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) |
Import mesh data formats into LifeV mesh data structure.
Alessio Fumagalli aless io.f umaga lli@ mail. poli mi.it
Definition in file Importer.hpp.