|
MFEM
v3.1
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, Element *element=NULL, int local=-1) | |
Public Attributes | |
| int | index |
| Mesh number. More... | |
| int | local |
| local number within 'element' More... | |
| Element * | element |
| NCMesh::Element containing this vertex/edge/face. More... | |
Identifies a vertex/edge/face in both Mesh and NCMesh.
Definition at line 93 of file ncmesh.hpp.
|
inline |
Definition at line 99 of file ncmesh.hpp.
| Element* mfem::NCMesh::MeshId::element |
NCMesh::Element containing this vertex/edge/face.
Definition at line 97 of file ncmesh.hpp.
| int mfem::NCMesh::MeshId::index |
Mesh number.
Definition at line 95 of file ncmesh.hpp.
| int mfem::NCMesh::MeshId::local |
local number within 'element'
Definition at line 96 of file ncmesh.hpp.
1.8.5