MFEM
v3.1
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 263 of file ncmesh.hpp.
|
inline |
Definition at line 268 of file ncmesh.hpp.
|
inline |
Definition at line 269 of file ncmesh.hpp.
|
inline |
Definition at line 271 of file ncmesh.hpp.
int mfem::NCMesh::Vertex::index |
vertex number in the Mesh
Definition at line 265 of file ncmesh.hpp.
double mfem::NCMesh::Vertex::pos[3] |
3D position
Definition at line 266 of file ncmesh.hpp.