MFEM
v3.1
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
Master (int index, Element *element, int local, int sb, int se) | |
Public Member Functions inherited from mfem::NCMesh::MeshId | |
MeshId (int index=-1, Element *element=NULL, int local=-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 | local |
local number within 'element' More... | |
Element * | element |
NCMesh::Element containing this vertex/edge/face. 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 105 of file ncmesh.hpp.
|
inline |
Definition at line 109 of file ncmesh.hpp.
int mfem::NCMesh::Master::slaves_begin |
Definition at line 107 of file ncmesh.hpp.
int mfem::NCMesh::Master::slaves_end |
slave faces
Definition at line 107 of file ncmesh.hpp.