LifeV
|
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) |
bool LifeV::MeshIO::ReadINRIAMeshFile | ( | BareMesh< GeoShape > & | bareMesh, |
std::string const & | fileName, | ||
markerID_Type | regionFlag, | ||
bool | verbose = false , |
||
InternalEntitySelector | iSelect = InternalEntitySelector() |
||
) |
INRIAMeshRead - reads .mesh meshes.
bareMesh,the | bareMesh data structure to fill in. |
fileName,the | name of the mesh file to read. |
regionFlag,the | identifier for the region. |
verbose,setting | it as true, the output is verbose (the default is false). |
iSelect |
Definition at line 296 of file ParserINRIAMesh.hpp.
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.