35#ifndef FIELDUTILS_PROCESSJACOBIANENERGY
36#define FIELDUTILS_PROCESSJACOBIANENERGY
61 virtual void v_Process(po::variables_map &vm)
override;
65 return "ProcessJacobianEnergy";
70 return "Processing Jacobian";
This processing module scales the input fld file.
ProcessJacobianEnergy(FieldSharedPtr f)
static ModuleKey className
virtual std::string v_GetModuleDescription() override
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual void v_Process(po::variables_map &vm) override
Write mesh to output file.
virtual std::string v_GetModuleName() override
virtual ~ProcessJacobianEnergy()
virtual ModulePriority v_GetModulePriority() override
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.