MFEM
v3.1
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 275 of file ncmesh.hpp.
|
inline |
Definition at line 280 of file ncmesh.hpp.
|
inline |
Definition at line 281 of file ncmesh.hpp.
|
inline |
Definition at line 282 of file ncmesh.hpp.
int mfem::NCMesh::Edge::attribute |
boundary element attribute, -1 if internal edge (2D)
Definition at line 277 of file ncmesh.hpp.
int mfem::NCMesh::Edge::index |
edge number in the Mesh
Definition at line 278 of file ncmesh.hpp.