35#ifndef FIELDUTILS_PROCESSC0PROJECTIO
36#define FIELDUTILS_PROCESSC0PROJECTIO
64 virtual void v_Process(po::variables_map &vm)
override;
68 return "ProcessC0Projection";
73 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 ~ProcessC0Projection()
virtual std::string v_GetModuleDescription() override
virtual void v_Process(po::variables_map &vm) override
Write mesh to output file.
static ModuleKey className
virtual ModulePriority v_GetModulePriority() override
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual std::string v_GetModuleName() override
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.