![]() |
LifeV
|
Mesh reader from mesh3d files. More...
#include <lifev/core/filter/ImporterMesh3D.hpp>
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... | |
Mesh reader from mesh3d files.
Mesh reader that it is able to read 3d meshes.
Definition in file ImporterMesh3D.cpp.