MFEM
v3.3
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
Vertex () | |
Vertex (double x, double y, double z) | |
Vertex (const Vertex &other) | |
Public Member Functions inherited from mfem::NCMesh::RefCount | |
RefCount () | |
int | Ref () |
int | Unref () |
Public Attributes | |
int | index |
vertex number in the Mesh More... | |
double | pos [3] |
3D position More... | |
Public Attributes inherited from mfem::NCMesh::RefCount | |
int | ref_count |
A vertex in the NC mesh. Elements point to vertices indirectly through their Nodes.
Definition at line 308 of file ncmesh.hpp.
|
inline |
Definition at line 313 of file ncmesh.hpp.
|
inline |
Definition at line 314 of file ncmesh.hpp.
|
inline |
Definition at line 316 of file ncmesh.hpp.
int mfem::NCMesh::Vertex::index |
vertex number in the Mesh
Definition at line 310 of file ncmesh.hpp.
double mfem::NCMesh::Vertex::pos[3] |
3D position
Definition at line 311 of file ncmesh.hpp.