36 #ifndef FIELDUTILS_PROCESSJACOBIANENERGY
37 #define FIELDUTILS_PROCESSJACOBIANENERGY
39 #include "../Module.h"
61 virtual void Process(po::variables_map &vm);
65 return "ProcessJacobianEnergy";
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual std::string GetModuleName()
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
This processing module scales the input fld file.
ProcessJacobianEnergy(FieldSharedPtr f)
pair< ModuleType, string > ModuleKey
static ModuleKey className
boost::shared_ptr< Field > FieldSharedPtr
virtual ~ProcessJacobianEnergy()
Abstract base class for processing modules.