Sundance::BasicSimplicialMeshType Class Reference

Inheritance diagram for Sundance::BasicSimplicialMeshType:

Sundance::MeshTypeBase Playa::Handleable< MeshTypeBase > Playa::Printable Sundance::Noncopyable

List of all members.

Public Member Functions

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

Private Attributes

MeshEntityOrder order_


Detailed Description

BasicSimplicialMeshType is used to create BasicSimplicialMesh objects.

Definition at line 47 of file SundanceBasicSimplicialMeshType.hpp.


Constructor & Destructor Documentation

Sundance::BasicSimplicialMeshType::BasicSimplicialMeshType ( const MeshEntityOrder order = ExodusMeshOrder  )  [inline]

Empty ctor

Definition at line 51 of file SundanceBasicSimplicialMeshType.hpp.

virtual Sundance::BasicSimplicialMeshType::~BasicSimplicialMeshType (  )  [inline, virtual]

virtual dtor

Definition at line 55 of file SundanceBasicSimplicialMeshType.hpp.


Member Function Documentation

virtual RCP<MeshBase> Sundance::BasicSimplicialMeshType::createEmptyMesh ( int  dim,
const MPIComm comm 
) const [inline, virtual]

Create a mesh of the given dimension

Implements Sundance::MeshTypeBase.

Definition at line 58 of file SundanceBasicSimplicialMeshType.hpp.

References order_.

std::string Sundance::BasicSimplicialMeshType::description (  )  const [inline]

Definition at line 63 of file SundanceBasicSimplicialMeshType.hpp.

virtual RCP<MeshTypeBase> Sundance::BasicSimplicialMeshType::getRcp (  )  [inline, virtual]

Return a ref count pointer to self

Implements Playa::Handleable< MeshTypeBase >.

Definition at line 66 of file SundanceBasicSimplicialMeshType.hpp.


Member Data Documentation

Definition at line 69 of file SundanceBasicSimplicialMeshType.hpp.

Referenced by createEmptyMesh().

Site Contact