35#ifndef FIELDUTILS_PROCESSDOF
36#define FIELDUTILS_PROCESSDOF
60 void v_Process(po::variables_map &vm)
override;
69 return "Calculating number of DOF";
This processing module calculates the number of DOF.
static ModuleKey className
std::string v_GetModuleName() override
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ProcessDOF(FieldSharedPtr f)
ModulePriority v_GetModulePriority() override
std::string v_GetModuleDescription() override
void v_Process(po::variables_map &vm) override
Write mesh to output file.
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