MFEM
v3.3
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
RefCount () | |
int | Ref () |
int | Unref () |
Public Attributes | |
int | ref_count |
We want vertices and edges to autodestruct when elements stop using (i.e., referencing) them. This base class does the reference counting.
Definition at line 288 of file ncmesh.hpp.
|
inline |
Definition at line 292 of file ncmesh.hpp.
|
inline |
Definition at line 294 of file ncmesh.hpp.
|
inline |
Definition at line 298 of file ncmesh.hpp.
int mfem::NCMesh::RefCount::ref_count |
Definition at line 290 of file ncmesh.hpp.