35 #ifndef FIELDUTILS_PROCESSDOF
36 #define FIELDUTILS_PROCESSDOF
38 #include "../Module.h"
61 virtual void Process(po::variables_map &vm);
70 return "Calculating number of DOF";
This processing module calculates the number of DOF.
static ModuleKey className
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual std::string GetModuleName()
virtual std::string GetModuleDescription()
virtual ModulePriority GetModulePriority()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ProcessDOF(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.