LifeV
ImporterMesh3D.cpp File Reference

Mesh reader from mesh3d files. More...

+ Include dependency graph for ImporterMesh3D.cpp:

Go to the source code of this file.

Namespaces

 LifeV
 Default Physical Solver.
 

Functions

bool readMppFileHead (std::ifstream &myStream, UInt &numberVertices, UInt &numberBoundaryVertices, UInt &numberBoundaryFaces, UInt &numberBoundaryEdges, UInt &numberVolumes)
 readMppFileHead - reads mesh++ Tetra meshes. More...
 
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=InternalEntitySelector())
 readINRIAMeshFileHead - It Reads all basic info from INRIA MESH. More...
 

Detailed Description

Mesh reader from mesh3d files.

Author
Luca Formaggia luca..nosp@m.form.nosp@m.aggia.nosp@m.@pol.nosp@m.imi.i.nosp@m.t
Contributor:
JFG, Nur Aiman Fadel nur.f.nosp@m.adel.nosp@m.@mail.nosp@m..pol.nosp@m.imi.i.nosp@m.t
Maintainer:
Nur Aiman Fadel nur.f.nosp@m.adel.nosp@m.@mail.nosp@m..pol.nosp@m.imi.i.nosp@m.t
Date
29-06-2002

Mesh reader that it is able to read 3d meshes.

Definition in file ImporterMesh3D.cpp.