MFEM
v4.1.0
Finite element discretization library
|
Identifies a vertex/edge/face in both Mesh and NCMesh. More...
#include <ncmesh.hpp>
Public Member Functions | |
MeshId (int index=-1, int element=-1, signed char local=-1, signed char geom=-1) | |
Geometry::Type | Geom () const |
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 |
Identifies a vertex/edge/face in both Mesh and NCMesh.
Definition at line 151 of file ncmesh.hpp.
|
inline |
Definition at line 159 of file ncmesh.hpp.
|
inline |
Definition at line 163 of file ncmesh.hpp.
int mfem::NCMesh::MeshId::element |
NCMesh::Element containing this vertex/edge/face.
Definition at line 154 of file ncmesh.hpp.
signed char mfem::NCMesh::MeshId::geom |
Geometry::Type (faces only) (char storage to save RAM)
Definition at line 156 of file ncmesh.hpp.
int mfem::NCMesh::MeshId::index |
Mesh number.
Definition at line 153 of file ncmesh.hpp.
signed char mfem::NCMesh::MeshId::local |
local number within 'element'
Definition at line 155 of file ncmesh.hpp.