
Public Member Functions | |
| PeriodicMeshType1D () | |
| virtual | ~PeriodicMeshType1D () |
| virtual RCP< MeshBase > | createEmptyMesh (int dim, const MPIComm &comm) const |
| std::string | description () const |
| virtual RCP< MeshTypeBase > | getRcp () |
Definition at line 44 of file SundancePeriodicMeshType1D.hpp.
| Sundance::PeriodicMeshType1D::PeriodicMeshType1D | ( | ) | [inline] |
Empty ctor
Definition at line 48 of file SundancePeriodicMeshType1D.hpp.
| virtual Sundance::PeriodicMeshType1D::~PeriodicMeshType1D | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 51 of file SundancePeriodicMeshType1D.hpp.
| virtual RCP<MeshBase> Sundance::PeriodicMeshType1D::createEmptyMesh | ( | int | dim, | |
| const MPIComm & | comm | |||
| ) | const [inline, virtual] |
Create a mesh of the given dimension
Implements Sundance::MeshTypeBase.
Definition at line 54 of file SundancePeriodicMeshType1D.hpp.
| std::string Sundance::PeriodicMeshType1D::description | ( | ) | const [inline] |
Definition at line 59 of file SundancePeriodicMeshType1D.hpp.
| virtual RCP<MeshTypeBase> Sundance::PeriodicMeshType1D::getRcp | ( | ) | [inline, virtual] |
Return a ref count pointer to self
Implements Playa::Handleable< MeshTypeBase >.
Definition at line 62 of file SundancePeriodicMeshType1D.hpp.