MFEM
v4.6.0
Finite element discretization library
|
Identifies a vertex/edge/face in both Mesh and NCMesh. More...
#include <ncmesh.hpp>
Public Member Functions | |
Geometry::Type | Geom () const |
MeshId ()=default | |
MeshId (int index, int element, int local, int geom=-1) | |
Public Attributes | |
int | index |
Mesh number. More... | |
int | element |
NCMesh::Element containing this vertex/edge/face. More... | |
signed char | local |
local number within 'element' More... | |
signed char | geom |
Geometry::Type (faces only) (char to save RAM) More... | |
Identifies a vertex/edge/face in both Mesh and NCMesh.
Definition at line 187 of file ncmesh.hpp.
|
default |
|
inline |
Definition at line 197 of file ncmesh.hpp.
|
inline |
Definition at line 194 of file ncmesh.hpp.
int mfem::NCMesh::MeshId::element |
NCMesh::Element containing this vertex/edge/face.
Definition at line 190 of file ncmesh.hpp.
signed char mfem::NCMesh::MeshId::geom |
Geometry::Type (faces only) (char to save RAM)
Definition at line 192 of file ncmesh.hpp.
int mfem::NCMesh::MeshId::index |
Mesh number.
Definition at line 189 of file ncmesh.hpp.
signed char mfem::NCMesh::MeshId::local |
local number within 'element'
Definition at line 191 of file ncmesh.hpp.