MFEM  v3.1
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::Edge Struct Reference

#include <ncmesh.hpp>

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

Public Member Functions

 Edge ()
 
 Edge (const Edge &other)
 
bool Boundary () const
 
- Public Member Functions inherited from mfem::NCMesh::RefCount
 RefCount ()
 
int Ref ()
 
int Unref ()
 

Public Attributes

int attribute
 boundary element attribute, -1 if internal edge (2D) More...
 
int index
 edge number in the Mesh More...
 
- Public Attributes inherited from mfem::NCMesh::RefCount
int ref_count
 

Detailed Description

An NC mesh edge. Edges don't do much more than just exist.

Definition at line 275 of file ncmesh.hpp.

Constructor & Destructor Documentation

mfem::NCMesh::Edge::Edge ( )
inline

Definition at line 280 of file ncmesh.hpp.

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

Definition at line 281 of file ncmesh.hpp.

Member Function Documentation

bool mfem::NCMesh::Edge::Boundary ( ) const
inline

Definition at line 282 of file ncmesh.hpp.

Member Data Documentation

int mfem::NCMesh::Edge::attribute

boundary element attribute, -1 if internal edge (2D)

Definition at line 277 of file ncmesh.hpp.

int mfem::NCMesh::Edge::index

edge number in the Mesh

Definition at line 278 of file ncmesh.hpp.


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