35 #ifndef FIELDUTILS_PROCESSJACOBIANENERGY
36 #define FIELDUTILS_PROCESSJACOBIANENERGY
38 #include "../Module.h"
60 virtual void Process(po::variables_map &vm);
64 return "ProcessJacobianEnergy";
69 return "Processing Jacobian";
This processing module scales the input fld file.
ProcessJacobianEnergy(FieldSharedPtr f)
static ModuleKey className
virtual std::string GetModuleName()
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual std::string GetModuleDescription()
virtual ModulePriority GetModulePriority()
virtual ~ProcessJacobianEnergy()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
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.