35 #ifndef FIELDUTILS_PROCESSCONCATENATE
36 #define FIELDUTILS_PROCESSCONCATENATE
38 #include "../Module.h"
62 virtual void Process(po::variables_map &vm);
66 return "ProcessPrintFldNorms";
71 return "Printing norms";
Abstract base class for processing modules.
This processing module prints the L2 and LInf norms of the variables in the field.
virtual void Process(po::variables_map &vm)
ProcessPrintFldNorms(FieldSharedPtr f)
static ModuleKey className
virtual std::string GetModuleDescription()
virtual std::string GetModuleName()
virtual ~ProcessPrintFldNorms()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ModulePriority GetModulePriority()
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
The above copyright notice and this permission notice shall be included.