Go to the source code of this file.
Namespaces | |
| NEM | |
| NEM::MSH | |
Functions | |
| geoMeshBase * | NEM::MSH::Read (const std::string &fileName, MeshType type) |
| Read a mesh from file. More... | |
| geoMeshBase * | NEM::MSH::Read (const std::string &fileName) |
| Read a mesh from file. More... | |
| geoMeshBase * | NEM::MSH::New (MeshType type) |
| Create a new mesh object. More... | |
| geoMeshBase * | NEM::MSH::New (const std::string &fileName) |
| Create a new mesh object. More... | |
Variables | |
| VTK_GEO_MESH | |
| Based on vtkUnstructuredGrid from VTK library. More... | |
| GMSH_GEO_MESH | |
| Mesh and geometry based on Gmsh's public API. More... | |
| OSH_GEO_MESH | |
| Based on Omega_h::Mesh from Omega_h library. More... | |
| EXO_GEO_MESH | |
| Interface to EXODUS II library. More... | |
| FOAM_GEO_MESH | |
| Based on fvMesh from OpenFOAM library. More... | |
| INP_GEO_MESH | |
| Abaqus/CalculiX mesh input format. More... | |
| SMESH_GEO_MESH | |
| Based on SMESH_Mesh from Salome SMESH (see contrib/) More... | |
| EXO_GEO_MESH |
Definition at line 44 of file geoMeshFactory.H.
Referenced by NEM::MSH::MeshTypeFromFilename(), NEM::MSH::New(), and NEM::MSH::Read().
| FOAM_GEO_MESH |
Definition at line 44 of file geoMeshFactory.H.
Referenced by NEM::MSH::MeshTypeFromFilename(), NEM::MSH::New(), and NEM::MSH::Read().
| GMSH_GEO_MESH |
Definition at line 44 of file geoMeshFactory.H.
Referenced by NEM::MSH::MeshTypeFromFilename(), NEM::MSH::New(), and NEM::MSH::Read().
| INP_GEO_MESH |
Definition at line 44 of file geoMeshFactory.H.
Referenced by NEM::MSH::MeshTypeFromFilename(), NEM::MSH::New(), and NEM::MSH::Read().
| OSH_GEO_MESH |
Definition at line 44 of file geoMeshFactory.H.
Referenced by NEM::MSH::MeshTypeFromFilename(), NEM::MSH::New(), and NEM::MSH::Read().
| SMESH_GEO_MESH |
Definition at line 44 of file geoMeshFactory.H.
Referenced by NEM::MSH::New(), and NEM::MSH::Read().
| VTK_GEO_MESH |
Definition at line 44 of file geoMeshFactory.H.
Referenced by NEM::MSH::MeshTypeFromFilename(), NEM::MSH::New(), and NEM::MSH::Read().