Public Member Functions | Private Attributes
Sundance::HNMeshType2D Class Reference
Inheritance diagram for Sundance::HNMeshType2D:
Sundance::MeshTypeBase Playa::Handleable< MeshTypeBase > Playa::Printable Sundance::Noncopyable

List of all members.

Public Member Functions

 HNMeshType2D (const MeshEntityOrder &order=ExodusMeshOrder)
virtual ~HNMeshType2D ()
virtual RCP< MeshBasecreateEmptyMesh (int dim, const MPIComm &comm) const
std::string description () const
virtual RCP< MeshTypeBasegetRcp ()

Private Attributes

MeshEntityOrder order_

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 87 of file SundanceHNMeshType2D.hpp.

Referenced by createEmptyMesh().

Site Contact