
Public Member Functions | |
| HNMeshType3D (const MeshEntityOrder &order=ExodusMeshOrder) | |
| virtual | ~HNMeshType3D () |
| 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 SundanceHNMeshType3D.hpp.
| Sundance::HNMeshType3D::HNMeshType3D | ( | const MeshEntityOrder & | order = ExodusMeshOrder |
) | [inline] |
Empty ctor
Definition at line 57 of file SundanceHNMeshType3D.hpp.
| virtual Sundance::HNMeshType3D::~HNMeshType3D | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 61 of file SundanceHNMeshType3D.hpp.
| virtual RCP<MeshBase> Sundance::HNMeshType3D::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 SundanceHNMeshType3D.hpp.
References order_.
| std::string Sundance::HNMeshType3D::description | ( | ) | const [inline] |
Definition at line 70 of file SundanceHNMeshType3D.hpp.
| virtual RCP<MeshTypeBase> Sundance::HNMeshType3D::getRcp | ( | ) | [inline, virtual] |
Return a ref count pointer to self
Implements Playa::Handleable< MeshTypeBase >.
Definition at line 73 of file SundanceHNMeshType3D.hpp.