36 #ifndef NEKTAR_SOLVERUTILS_FILTERS_FILTERCHECKPOINTCELLMODEL_H
37 #define NEKTAR_SOLVERUTILS_FILTERS_FILTERCHECKPOINTCELLMODEL_H
LibUtilities::FieldIOSharedPtr m_fld
virtual void v_Finalise(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
~FilterCheckpointCellModel()
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
unsigned int m_outputIndex
void SetCellModel(CellModelSharedPtr &pCellModel)
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
boost::shared_ptr< CellModel > CellModelSharedPtr
A shared pointer to an EquationSystem object.
boost::shared_ptr< Filter > FilterSharedPtr
A shared pointer to a Driver object.
unsigned int m_outputFrequency
boost::shared_ptr< FieldIO > FieldIOSharedPtr
std::map< std::string, std::string > ParamMap
virtual void v_Initialise(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
static std::string className
Name of the class.
virtual bool v_IsTimeDependent()
CellModelSharedPtr m_cell
FilterCheckpointCellModel(const LibUtilities::SessionReaderSharedPtr &pSession, const ParamMap &pParams)
virtual void v_Update(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
static SolverUtils::FilterSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const ParamMap &pParams)
Creates an instance of this class.