MFEM
v3.2
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 287 of file ncmesh.hpp.
|
inline |
Definition at line 291 of file ncmesh.hpp.
|
inline |
Definition at line 293 of file ncmesh.hpp.
|
inline |
Definition at line 297 of file ncmesh.hpp.
int mfem::NCMesh::RefCount::ref_count |
Definition at line 289 of file ncmesh.hpp.