MFEM
v3.0
|
#include <ncmesh.hpp>
Public Member Functions | |
Vertex () | |
Vertex (double x, double y, double z) | |
Public Member Functions inherited from mfem::NCMesh::RefCount | |
RefCount () | |
int | Ref () |
int | Unref () |
Public Attributes | |
double | pos [3] |
3D position More... | |
int | index |
vertex number in the Mesh 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 169 of file ncmesh.hpp.
|
inline |
Definition at line 174 of file ncmesh.hpp.
|
inline |
Definition at line 175 of file ncmesh.hpp.
int mfem::NCMesh::Vertex::index |
vertex number in the Mesh
Definition at line 172 of file ncmesh.hpp.
double mfem::NCMesh::Vertex::pos[3] |
3D position
Definition at line 171 of file ncmesh.hpp.