Public Member Functions | |
void | add_def (const ElementDefinition &eledef) |
Public Attributes | |
std::map< ElemType, ElementDefinition > | out |
std::map< unsigned int, ElementDefinition > | in |
struct which holds a map from Gmsh to libMesh element numberings and vice-versa.
|
inline |
Definition at line 179 of file gmsh_io.h.
References libMesh::GmshIO::ElementDefinition::gmsh_type, in, out, and libMesh::GmshIO::ElementDefinition::type.
Referenced by libMesh::GmshIO::build_element_maps().
std::map<unsigned int, ElementDefinition> libMesh::GmshIO::ElementMaps::in |
Definition at line 186 of file gmsh_io.h.
Referenced by add_def(), libMesh::GmshIO::build_element_maps(), and libMesh::GmshIO::read_mesh().
std::map<ElemType, ElementDefinition> libMesh::GmshIO::ElementMaps::out |
Definition at line 185 of file gmsh_io.h.
Referenced by add_def(), and libMesh::GmshIO::write_mesh().