LifeV
ParserINRIAMesh.hpp File Reference
+ Include dependency graph for ParserINRIAMesh.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::MeshIO
 
 LifeV::MeshIO::anonymous_namespace{ParserINRIAMesh.hpp}
 

Functions

Int nextIntINRIAMeshField (std::string const &line, std::istream &myStream)
 nextIntINRIAMeshField - More...
 
bool readINRIAMeshFileHead (std::ifstream &myStream, UInt &numberVertices, UInt &numberBoundaryVertices, UInt &numberBoundaryFaces, UInt &numberBoundaryEdges, UInt &numberVolumes, UInt &numberStoredFaces, ReferenceShapes &shape, InternalEntitySelector iSelect)
 readINRIAMeshFileHead - It Reads all basic info from INRIA MESH. More...
 
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...