36 #ifndef NEKTAR_SOLVERUTILS_FILTERS_FILTERTHRESHOLDMAX_H
37 #define NEKTAR_SOLVERUTILS_FILTERS_FILTERTHRESHOLDMAX_H
53 const std::map<std::string, std::string> &pParams) {
64 const std::map<std::string, std::string> &pParams);
Array< OneD, NekDouble > m_threshold
static FilterSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const std::map< std::string, std::string > &pParams)
Creates an instance of this class.
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
virtual void v_Initialise(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...
SOLVER_UTILS_EXPORT FilterThresholdMax(const LibUtilities::SessionReaderSharedPtr &pSession, const std::map< std::string, std::string > &pParams)
virtual SOLVER_UTILS_EXPORT ~FilterThresholdMax()
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
virtual bool v_IsTimeDependent()
NekDouble m_thresholdValue
boost::shared_ptr< Filter > FilterSharedPtr
A shared pointer to a Driver object.
static std::string className
Name of the class.
boost::shared_ptr< FieldIO > FieldIOSharedPtr
#define SOLVER_UTILS_EXPORT
virtual void v_Finalise(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
virtual void v_Update(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)