36 #ifndef FIELDUTILS_PROCESSMULTISHEAR
37 #define FIELDUTILS_PROCESSMULTISHEAR
39 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
68 return "ProcessMultiShear";
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
pair< ModuleType, string > ModuleKey
This processing module calculates the shear stress metrics and writes it to a surface output file...
boost::shared_ptr< Field > FieldSharedPtr
ProcessMultiShear(FieldSharedPtr f)
virtual std::string GetModuleName()
virtual ~ProcessMultiShear()
Abstract base class for processing modules.
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static ModuleKey className