MFEM
v4.5.1
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
Master ()=default | |
Master (int index, int element, int local, int geom, int sb, int se) | |
Public Member Functions inherited from mfem::NCMesh::MeshId | |
Geometry::Type | Geom () const |
MeshId ()=default | |
MeshId (int index, int element, int local, int geom=-1) | |
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 |
Geometry::Type (faces only) (char to save RAM) More... | |
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 203 of file ncmesh.hpp.
|
default |
|
inline |
Definition at line 208 of file ncmesh.hpp.
int mfem::NCMesh::Master::slaves_begin |
Definition at line 205 of file ncmesh.hpp.
int mfem::NCMesh::Master::slaves_end |
slave faces
Definition at line 205 of file ncmesh.hpp.