35 #ifndef FIELDUTILS_PROCESSC0PROJECTIO
36 #define FIELDUTILS_PROCESSC0PROJECTIO
38 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
67 return "ProcessC0Projection";
72 return "Projecting field into C0 space";
This processing module calculates the Q Criterion and adds it as an extra-field to the output file.
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual ~ProcessC0Projection()
virtual std::string GetModuleDescription()
static ModuleKey className
virtual std::string GetModuleName()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ModulePriority GetModulePriority()
ProcessC0Projection(FieldSharedPtr f)
Abstract base class for processing modules.
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.