35 #ifndef FIELDUTILS_PROCESSQUALITYMETRIC
36 #define FIELDUTILS_PROCESSQUALITYMETRIC
38 #include "../Module.h"
60 virtual void Process(po::variables_map &vm);
64 return "ProcessQualityMetric";
69 return "Adding quality metric to field";
Abstract base class for processing modules.
This processing module scales the input fld file.
Array< OneD, NekDouble > GetQ(LocalRegions::ExpansionSharedPtr e, bool s)
ProcessQualityMetric(FieldSharedPtr f)
virtual std::string GetModuleName()
virtual std::string GetModuleDescription()
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ModulePriority GetModulePriority()
virtual ~ProcessQualityMetric()
static ModuleKey className
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
std::shared_ptr< Expansion > ExpansionSharedPtr
The above copyright notice and this permission notice shall be included.