MFEM
v3.3
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
Edge () | |
Edge (const Edge &other) | |
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 (2D) 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 320 of file ncmesh.hpp.
|
inline |
Definition at line 325 of file ncmesh.hpp.
|
inline |
Definition at line 326 of file ncmesh.hpp.
|
inline |
Definition at line 328 of file ncmesh.hpp.
int mfem::NCMesh::Edge::attribute |
boundary element attribute, -1 if internal edge (2D)
Definition at line 322 of file ncmesh.hpp.
int mfem::NCMesh::Edge::index |
edge number in the Mesh
Definition at line 323 of file ncmesh.hpp.