
Public Member Functions | |
| BasicSimplicialMeshType (const MeshEntityOrder &order=ExodusMeshOrder) | |
| Empty ctor. | |
| virtual | ~BasicSimplicialMeshType () |
| virtual dtor | |
| virtual RCP< MeshBase > | createEmptyMesh (int dim, const MPIComm &comm) const |
| Create a mesh of the given dimension. | |
| std::string | description () const |
| virtual RCP< MeshTypeBase > | getRcp () |
| Return a ref count pointer to self. | |
Private Attributes | |
| MeshEntityOrder | order_ |
Definition at line 47 of file SundanceBasicSimplicialMeshType.hpp.
| Sundance::BasicSimplicialMeshType::BasicSimplicialMeshType | ( | const MeshEntityOrder & | order = ExodusMeshOrder |
) | [inline] |
| virtual Sundance::BasicSimplicialMeshType::~BasicSimplicialMeshType | ( | ) | [inline, virtual] |
| 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.