|
MFEM
v3.1
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
| Slave (int index) | |
Public Member Functions inherited from mfem::NCMesh::MeshId | |
| MeshId (int index=-1, Element *element=NULL, int local=-1) | |
Public Attributes | |
| int | master |
| master number (in Mesh numbering) More... | |
| DenseMatrix | point_matrix |
| position within the master More... | |
Public Attributes inherited from mfem::NCMesh::MeshId | |
| int | index |
| Mesh number. More... | |
| int | local |
| local number within 'element' More... | |
| Element * | element |
| NCMesh::Element containing this vertex/edge/face. More... | |
Nonconforming edge/face within a bigger edge/face. NOTE: only the 'index' member of MeshId is currently valid for slaves.
Definition at line 115 of file ncmesh.hpp.
|
inline |
Definition at line 120 of file ncmesh.hpp.
| int mfem::NCMesh::Slave::master |
master number (in Mesh numbering)
Definition at line 117 of file ncmesh.hpp.
| DenseMatrix mfem::NCMesh::Slave::point_matrix |
position within the master
Definition at line 118 of file ncmesh.hpp.
1.8.5