36#ifndef NEKTAR_SOLVERUTILS_FILTERS_FilterOffsetPhase_H
37#define NEKTAR_SOLVERUTILS_FILTERS_FilterOffsetPhase_H
55 const std::weak_ptr<SolverUtils::EquationSystem> &pEquation,
60 pSession, pEquation, pParams);
69 const std::weak_ptr<SolverUtils::EquationSystem> &pEquation,
static std::string className
Name of the class.
Array< OneD, NekDouble > oldV
static SolverUtils::FilterSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< SolverUtils::EquationSystem > &pEquation, const ParamMap &pParams)
Creates an instance of this class.
virtual void v_Initialise(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
CellModelSharedPtr m_cell
virtual void v_Finalise(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
unsigned int m_outputIndex
virtual bool v_IsTimeDependent()
unsigned int m_outputFrequency
FilterOffsetPhase(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< SolverUtils::EquationSystem > &pEquation, const ParamMap &pParams)
virtual void v_Update(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
LibUtilities::FieldIOSharedPtr m_fld
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.
The above copyright notice and this permission notice shall be included.
std::shared_ptr< CellModel > CellModelSharedPtr
A shared pointer to an EquationSystem object.