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