MFEM v4.7.0
Finite element discretization library
|
#include <ncmesh.hpp>
Public Attributes | |
bool | unsplit |
Whether this face has no further splits. | |
bool | ghost_neighbor |
Whether the face neighbor is a ghost. | |
Definition at line 862 of file ncmesh.hpp.
bool mfem::NCMesh::TriFaceTraverseResults::ghost_neighbor |
Whether the face neighbor is a ghost.
Definition at line 865 of file ncmesh.hpp.
bool mfem::NCMesh::TriFaceTraverseResults::unsplit |
Whether this face has no further splits.
Definition at line 864 of file ncmesh.hpp.