35 #ifndef FIELDUTILS_PROCESSHOMOGENEOUSSTRETCH
36 #define FIELDUTILS_PROCESSHOMOGENEOUSSTRETCH
38 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
67 return "ProcessHomogeneousStretch";
72 return "Stretching expansion";
This processing module stretches the homogeneous direction of a 3DH1D expansion by an integer factor.
ProcessHomogeneousStretch(FieldSharedPtr f)
virtual std::string GetModuleName()
virtual ~ProcessHomogeneousStretch()
virtual ModulePriority GetModulePriority()
static ModuleKey className
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual std::string GetModuleDescription()
virtual void Process(po::variables_map &vm)
Write mesh to output file.
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.