35 #ifndef FIELDUTILS_PROCESSSCALGRAD
36 #define FIELDUTILS_PROCESSSCALGRAD
63 virtual void Process(po::variables_map &vm);
67 return "ProcessScalGrad";
72 return "Calculating scalar gradient";
This processing module calculates the scalar gradient field and writes it to a surface output file.
virtual std::string GetModuleName()
virtual ~ProcessScalGrad()
ProcessScalGrad(FieldSharedPtr f)
virtual std::string GetModuleDescription()
static ModuleKey className
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
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.