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";
ProcessHomogeneousStretch(FieldSharedPtr f)
std::shared_ptr< Field > FieldSharedPtr
This processing module stretches the homogeneous direction of a 3DH1D expansion by an integer factor...
static ModuleKey className
std::pair< ModuleType, std::string > ModuleKey
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
virtual ModulePriority GetModulePriority()
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.
virtual ~ProcessHomogeneousStretch()
virtual std::string GetModuleName()
Abstract base class for processing modules.
virtual std::string GetModuleDescription()