MFEM
v3.0
|
#include <ncmesh.hpp>
Public Member Functions | |
Edge () | |
bool | Boundary () const |
Public Member Functions inherited from mfem::NCMesh::RefCount | |
RefCount () | |
int | Ref () |
int | Unref () |
Public Attributes | |
int | attribute |
boundary element attribute, -1 if internal edge More... | |
int | index |
edge number in the Mesh More... | |
Public Attributes inherited from mfem::NCMesh::RefCount | |
int | ref_count |
An NC mesh edge. Edges don't do much more than just exist.
Definition at line 180 of file ncmesh.hpp.
|
inline |
Definition at line 185 of file ncmesh.hpp.
|
inline |
Definition at line 186 of file ncmesh.hpp.
int mfem::NCMesh::Edge::attribute |
boundary element attribute, -1 if internal edge
Definition at line 182 of file ncmesh.hpp.
int mfem::NCMesh::Edge::index |
edge number in the Mesh
Definition at line 183 of file ncmesh.hpp.