37 #ifndef NEKTAR_SOLVERUTILS_FILTERS_FILTERMOVINGAVERAGE_H
38 #define NEKTAR_SOLVERUTILS_FILTERS_FILTERMOVINGAVERAGE_H
54 const std::map<std::string, std::string> &pParams)
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
virtual SOLVER_UTILS_EXPORT ~FilterMovingAverage()
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
static std::string className
Name of the class.
static FilterSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const std::map< std::string, std::string > &pParams)
Creates an instance of this class.
boost::shared_ptr< Filter > FilterSharedPtr
A shared pointer to a Driver object.
virtual void v_Initialise(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
std::map< std::string, std::string > ParamMap
virtual bool v_IsTimeDependent()
#define SOLVER_UTILS_EXPORT
SOLVER_UTILS_EXPORT FilterMovingAverage(const LibUtilities::SessionReaderSharedPtr &pSession, const ParamMap &pParams)
virtual std::string v_GetFileSuffix()
virtual void v_ProcessSample(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)