MFEM
v4.1.0
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
Master (int index, int element, char local, char geom, int sb, int se) | |
Public Member Functions inherited from mfem::NCMesh::MeshId | |
MeshId (int index=-1, int element=-1, signed char local=-1, signed char geom=-1) | |
Geometry::Type | Geom () const |
Public Attributes | |
int | slaves_begin |
int | slaves_end |
slave faces More... | |
Public Attributes inherited from mfem::NCMesh::MeshId | |
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 |
Nonconforming edge/face that has more than one neighbor. The neighbors are stored in NCList::slaves[i], slaves_begin <= i < slaves_end.
Definition at line 168 of file ncmesh.hpp.
|
inline |
Definition at line 172 of file ncmesh.hpp.
int mfem::NCMesh::Master::slaves_begin |
Definition at line 170 of file ncmesh.hpp.
int mfem::NCMesh::Master::slaves_end |
slave faces
Definition at line 170 of file ncmesh.hpp.