![]() |
MFEM v4.8.0
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 | |
Public Attributes inherited from mfem::NCMesh::MeshId | |
| int | index |
| Mesh number. | |
| int | element |
| NCMesh::Element containing this vertex/edge/face. | |
| signed char | local |
| local number within 'element' | |
| signed char | geom |
| Geometry::Type (faces only) (char to save RAM) | |
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 225 of file ncmesh.hpp.
|
default |
|
inline |
Definition at line 230 of file ncmesh.hpp.
| int mfem::NCMesh::Master::slaves_begin |
Definition at line 227 of file ncmesh.hpp.
| int mfem::NCMesh::Master::slaves_end |
slave faces
Definition at line 227 of file ncmesh.hpp.