MFEM  v3.3
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
mfem::NCMesh::Vertex Struct Reference

#include <ncmesh.hpp>

Inheritance diagram for mfem::NCMesh::Vertex:
[legend]
Collaboration diagram for mfem::NCMesh::Vertex:
[legend]

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
 

Detailed Description

A vertex in the NC mesh. Elements point to vertices indirectly through their Nodes.

Definition at line 308 of file ncmesh.hpp.

Constructor & Destructor Documentation

mfem::NCMesh::Vertex::Vertex ( )
inline

Definition at line 313 of file ncmesh.hpp.

mfem::NCMesh::Vertex::Vertex ( double  x,
double  y,
double  z 
)
inline

Definition at line 314 of file ncmesh.hpp.

mfem::NCMesh::Vertex::Vertex ( const Vertex other)
inline

Definition at line 316 of file ncmesh.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: