35#ifndef FIELDUTILS_PROCESSC0PROJECTIO
36#define FIELDUTILS_PROCESSC0PROJECTIO
62 void v_Process(po::variables_map &vm)
override;
66 return "ProcessC0Projection";
71 return "Projecting field into C0 space";
This processing module calculates the Q Criterion and adds it as an extra-field to the output file.
std::string v_GetModuleName() override
void v_Process(po::variables_map &vm) override
Write mesh to output file.
static ModuleKey className
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
~ProcessC0Projection() override
std::string v_GetModuleDescription() override
ModulePriority v_GetModulePriority() 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