MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::NCMesh::TriFaceTraverseResults Struct Reference

#include <ncmesh.hpp>

Public Attributes

bool unsplit
 Whether this face has no further splits.
 
bool ghost_neighbor
 Whether the face neighbor is a ghost.
 

Detailed Description

Definition at line 862 of file ncmesh.hpp.

Member Data Documentation

◆ ghost_neighbor

bool mfem::NCMesh::TriFaceTraverseResults::ghost_neighbor

Whether the face neighbor is a ghost.

Definition at line 865 of file ncmesh.hpp.

◆ unsplit

bool mfem::NCMesh::TriFaceTraverseResults::unsplit

Whether this face has no further splits.

Definition at line 864 of file ncmesh.hpp.


The documentation for this struct was generated from the following file: