36 #ifndef NEKTAR_SOLVERUTILS_FILTERS_FILTERFIELDCONVERT_H
37 #define NEKTAR_SOLVERUTILS_FILTERS_FILTERFIELDCONVERT_H
39 #include <boost/core/ignore_unused.hpp>
58 const std::weak_ptr<EquationSystem> &pEquation,
59 const std::map<std::string, std::string> &pParams)
71 const std::weak_ptr<EquationSystem> &pEquation,
95 boost::ignore_unused(pFields, time);
113 void CreateModules(std::vector<std::string> &modcmds);
118 void CheckModules(std::vector<ModuleSharedPtr> &modules);
void CheckModules(vector< ModuleSharedPtr > &modules)
#define SOLVER_UTILS_EXPORT
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::string m_restartFile
static std::string className
Name of the class.
unsigned int m_outputFrequency
unsigned int m_sampleFrequency
std::vector< std::string > m_variables
NekDouble m_phaseTolerance
unsigned int m_numSamples
virtual SOLVER_UTILS_EXPORT void v_PrepareOutput(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
static FilterSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation, const std::map< std::string, std::string > &pParams)
Creates an instance of this class.
LibUtilities::FieldMetaDataMap m_fieldMetaData
NekDouble m_phaseSamplePeriod
std::vector< Array< OneD, NekDouble > > m_outFields
virtual SOLVER_UTILS_EXPORT NekDouble v_GetScale()
unsigned int m_outputIndex
virtual SOLVER_UTILS_EXPORT std::string v_GetFileSuffix()
NekDouble m_phaseSamplePhase
std::vector< ModuleSharedPtr > m_modules
std::map< std::string, std::string > ParamMap
std::shared_ptr< Field > FieldSharedPtr
std::map< std::string, std::string > FieldMetaDataMap
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.