
Public Member Functions | |
| HNMeshType2D (const MeshEntityOrder &order=ExodusMeshOrder) | |
| virtual | ~HNMeshType2D () |
| virtual RCP< MeshBase > | createEmptyMesh (int dim, const MPIComm &comm) const |
| std::string | description () const |
| virtual RCP< MeshTypeBase > | getRcp () |
Private Attributes | |
| MeshEntityOrder | order_ |
Definition at line 53 of file SundanceHNMeshType2D.hpp.
| Sundance::HNMeshType2D::HNMeshType2D | ( | const MeshEntityOrder & | order = ExodusMeshOrder |
) | [inline] |
Empty ctor
Definition at line 57 of file SundanceHNMeshType2D.hpp.
| virtual Sundance::HNMeshType2D::~HNMeshType2D | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 61 of file SundanceHNMeshType2D.hpp.
| virtual RCP<MeshBase> Sundance::HNMeshType2D::createEmptyMesh | ( | int | dim, | |
| const MPIComm & | comm | |||
| ) | const [inline, virtual] |
Create a mesh of the given dimension
Implements Sundance::MeshTypeBase.
Definition at line 64 of file SundanceHNMeshType2D.hpp.
References order_.
| std::string Sundance::HNMeshType2D::description | ( | ) | const [inline] |
Definition at line 70 of file SundanceHNMeshType2D.hpp.
| virtual RCP<MeshTypeBase> Sundance::HNMeshType2D::getRcp | ( | ) | [inline, virtual] |
Return a ref count pointer to self
Implements Playa::Handleable< MeshTypeBase >.
Definition at line 73 of file SundanceHNMeshType2D.hpp.