MFEM  v3.3.2
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::MeshId Struct Reference

Identifies a vertex/edge/face in both Mesh and NCMesh. More...

#include <ncmesh.hpp>

Inheritance diagram for mfem::NCMesh::MeshId:
[legend]

Public Member Functions

 MeshId (int index=-1, int element=-1, int local=-1)
 

Public Attributes

int index
 Mesh number. More...
 
int element
 NCMesh::Element containing this vertex/edge/face. More...
 
int local
 local number within 'element' More...
 

Detailed Description

Identifies a vertex/edge/face in both Mesh and NCMesh.

Definition at line 130 of file ncmesh.hpp.

Constructor & Destructor Documentation

mfem::NCMesh::MeshId::MeshId ( int  index = -1,
int  element = -1,
int  local = -1 
)
inline

Definition at line 136 of file ncmesh.hpp.

Member Data Documentation

int mfem::NCMesh::MeshId::element

NCMesh::Element containing this vertex/edge/face.

Definition at line 133 of file ncmesh.hpp.

int mfem::NCMesh::MeshId::index

Mesh number.

Definition at line 132 of file ncmesh.hpp.

int mfem::NCMesh::MeshId::local

local number within 'element'

Definition at line 134 of file ncmesh.hpp.


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