LifeV
LifeV::MeshIO Namespace Reference

Namespaces

 anonymous_namespace{ParserGmsh.hpp}
 
 anonymous_namespace{ParserINRIAMesh.hpp}
 

Functions

template<typename GeoShape >
bool ReadINRIAMeshFile (BareMesh< GeoShape > &bareMesh, std::string const &fileName, markerID_Type regionFlag, bool verbose=false, InternalEntitySelector iSelect=InternalEntitySelector())
 INRIAMeshRead - reads .mesh meshes. More...
 
template<typename GeoShape >
bool ReadGmshFile (const std::string &filename, LifeV::BareMesh< GeoShape > &baremesh, LifeV::ID regionFlag=0, bool verbose=false)
 

Function Documentation

◆ ReadINRIAMeshFile()

bool LifeV::MeshIO::ReadINRIAMeshFile ( BareMesh< GeoShape > &  bareMesh,
std::string const &  fileName,
markerID_Type  regionFlag,
bool  verbose = false,
InternalEntitySelector  iSelect = InternalEntitySelector() 
)

INRIAMeshRead - reads .mesh meshes.

Parameters
bareMesh,thebareMesh data structure to fill in.
fileName,thename of the mesh file to read.
regionFlag,theidentifier for the region.
verbose,settingit as true, the output is verbose (the default is false).
iSelect

Definition at line 296 of file ParserINRIAMesh.hpp.

◆ ReadGmshFile()

bool LifeV::MeshIO::ReadGmshFile ( const std::string &  filename,
LifeV::BareMesh< GeoShape > &  baremesh,
LifeV::ID  regionFlag = 0,
bool  verbose = false 
)

Definition at line 158 of file ParserGmsh.hpp.