Nektar++
|
#include <FilterThresholdMax.h>
Public Member Functions | |
SOLVER_UTILS_EXPORT | FilterThresholdMax (const LibUtilities::SessionReaderSharedPtr &pSession, const std::map< std::string, std::string > &pParams) |
SOLVER_UTILS_EXPORT | ~FilterThresholdMax () |
Public Member Functions inherited from Nektar::SolverUtils::Filter | |
SOLVER_UTILS_EXPORT | Filter (const LibUtilities::SessionReaderSharedPtr &pSession) |
virtual SOLVER_UTILS_EXPORT | ~Filter () |
SOLVER_UTILS_EXPORT void | Initialise (const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time) |
SOLVER_UTILS_EXPORT void | Update (const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time) |
SOLVER_UTILS_EXPORT void | Finalise (const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time) |
SOLVER_UTILS_EXPORT bool | IsTimeDependent () |
Static Public Member Functions | |
static FilterSharedPtr | create (const LibUtilities::SessionReaderSharedPtr &pSession, const std::map< std::string, std::string > &pParams) |
Creates an instance of this class. |
Static Public Attributes | |
static std::string | className = GetFilterFactory().RegisterCreatorFunction("ThresholdMax", FilterThresholdMax::create) |
Name of the class. |
Protected Member Functions | |
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) |
virtual void | v_Finalise (const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time) |
virtual bool | v_IsTimeDependent () |
Private Attributes | |
Array< OneD, NekDouble > | m_threshold |
NekDouble | m_thresholdValue |
NekDouble | m_initialValue |
std::string | m_outputFile |
LibUtilities::FieldIOSharedPtr | m_fld |
Friends | |
class | MemoryManager< FilterThresholdMax > |
Additional Inherited Members | |
Protected Attributes inherited from Nektar::SolverUtils::Filter | |
LibUtilities::SessionReaderSharedPtr | m_session |
Definition at line 45 of file FilterThresholdMax.h.
Nektar::SolverUtils::FilterThresholdMax::FilterThresholdMax | ( | const LibUtilities::SessionReaderSharedPtr & | pSession, |
const std::map< std::string, std::string > & | pParams | ||
) |
Definition at line 44 of file FilterThresholdMax.cpp.
References ASSERTL0, m_fld, m_initialValue, m_outputFile, and m_thresholdValue.
Nektar::SolverUtils::FilterThresholdMax::~FilterThresholdMax | ( | ) |
Definition at line 62 of file FilterThresholdMax.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 51 of file FilterThresholdMax.h.
|
protectedvirtual |
Implements Nektar::SolverUtils::Filter.
Definition at line 86 of file FilterThresholdMax.cpp.
References m_fld, m_outputFile, and m_threshold.
|
protectedvirtual |
Implements Nektar::SolverUtils::Filter.
Definition at line 67 of file FilterThresholdMax.cpp.
References m_initialValue, and m_threshold.
|
protectedvirtual |
Implements Nektar::SolverUtils::Filter.
Definition at line 110 of file FilterThresholdMax.cpp.
|
protectedvirtual |
Implements Nektar::SolverUtils::Filter.
Definition at line 72 of file FilterThresholdMax.cpp.
References m_threshold, and m_thresholdValue.
|
friend |
Definition at line 48 of file FilterThresholdMax.h.
|
static |
Name of the class.
Definition at line 60 of file FilterThresholdMax.h.
|
private |
Definition at line 78 of file FilterThresholdMax.h.
Referenced by FilterThresholdMax(), and v_Finalise().
|
private |
Definition at line 76 of file FilterThresholdMax.h.
Referenced by FilterThresholdMax(), and v_Initialise().
|
private |
Definition at line 77 of file FilterThresholdMax.h.
Referenced by FilterThresholdMax(), and v_Finalise().
Definition at line 74 of file FilterThresholdMax.h.
Referenced by v_Finalise(), v_Initialise(), and v_Update().
|
private |
Definition at line 75 of file FilterThresholdMax.h.
Referenced by FilterThresholdMax(), and v_Update().