36 #ifndef UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSGRAD
37 #define UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSGRAD
39 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
static ModuleKey className
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
ProcessGrad(FieldSharedPtr f)
This processing module calculates the vorticity and adds it as an extra-field to the output file...
boost::shared_ptr< Field > FieldSharedPtr
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
Abstract base class for processing modules.