35 #ifndef NEKTAR_SOLVERUTILS_FILTERS_FILTERCHECKPOINT_H 36 #define NEKTAR_SOLVERUTILS_FILTERS_FILTERCHECKPOINT_H 52 const std::weak_ptr<EquationSystem> &pEquation,
53 const std::map<std::string, std::string> &pParams)
65 const std::weak_ptr<EquationSystem> &pEquation,
std::shared_ptr< Filter > FilterSharedPtr
A shared pointer to a Driver object.
static FilterSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation, const std::map< std::string, std::string > &pParams)
Creates an instance of this class.
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
virtual bool v_IsTimeDependent()
unsigned int m_outputFrequency
virtual SOLVER_UTILS_EXPORT ~FilterCheckpoint()
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
virtual void v_Finalise(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
LibUtilities::FieldIOSharedPtr m_fld
SOLVER_UTILS_EXPORT FilterCheckpoint(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation, const ParamMap &pParams)
std::map< std::string, std::string > ParamMap
virtual void v_Initialise(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
virtual void v_Update(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
#define SOLVER_UTILS_EXPORT
unsigned int m_outputIndex
static std::string className
Name of the class.
std::shared_ptr< FieldIO > FieldIOSharedPtr
std::shared_ptr< SessionReader > SessionReaderSharedPtr