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_ |
Class for a simple capable to refine, and to work in parallel structured 3D mesh type
Mesh is based on the trisection refinement.
Definition at line 64 of file SundanceHNMeshType3D.hpp.
| Sundance::HNMeshType3D::HNMeshType3D | ( | const MeshEntityOrder & | order = ExodusMeshOrder | ) | [inline] |
Empty ctor
Definition at line 68 of file SundanceHNMeshType3D.hpp.
| virtual Sundance::HNMeshType3D::~HNMeshType3D | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 72 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 75 of file SundanceHNMeshType3D.hpp.
References order_.
| std::string Sundance::HNMeshType3D::description | ( | ) | const [inline] |
Definition at line 81 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 84 of file SundanceHNMeshType3D.hpp.
Definition at line 87 of file SundanceHNMeshType3D.hpp.
Referenced by createEmptyMesh().