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