Public Member Functions | |
| CellReordererFactoryBase () | |
| virtual | ~CellReordererFactoryBase () |
| virtual std::string | description () const |
| virtual void | print (std::ostream &os) const |
| virtual RCP < CellReordererImplemBase > | createInstance (const MeshBase *mesh) const =0 |
Factory class to instantiate cell reorderers for specific meshes
Definition at line 60 of file SundanceCellReordererBase.hpp.
Definition at line 68 of file SundanceCellReordererBase.hpp.
| virtual Sundance::CellReordererFactoryBase::~CellReordererFactoryBase | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 71 of file SundanceCellReordererBase.hpp.
| virtual RCP<CellReordererImplemBase> Sundance::CellReordererFactoryBase::createInstance | ( | const MeshBase * | mesh | ) | const [pure virtual] |
Instantiate a factory
Implemented in Sundance::GenericCellReordererFactory< T >, and Sundance::GenericCellReordererFactory< IdentityReordererImplem >.
| virtual std::string Sundance::CellReordererFactoryBase::description | ( | ) | const [inline, virtual] |
Definition at line 74 of file SundanceCellReordererBase.hpp.
Referenced by print().
| virtual void Sundance::CellReordererFactoryBase::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Implements Playa::Printable.
Definition at line 77 of file SundanceCellReordererBase.hpp.
References description().