35#ifndef FIELDUTILS_PROCESSHALFMODETOFOURIER
36#define FIELDUTILS_PROCESSHALFMODETOFOURIER
62 void v_Process(po::variables_map &vm)
override;
66 return "ProcessHalfModeToFourier";
71 return "Modify Fourier Half Mode to Fourier Expansion";
This processing modifies Fourier Half Mode to a Fourier expansion.
std::string v_GetModuleDescription() override
~ProcessHalfModeToFourier() override
std::string v_GetModuleName() override
void v_Process(po::variables_map &vm) override
Write mesh to output file.
static ModuleKey className
ModulePriority m_priority
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ModulePriority v_GetModulePriority() override
ProcessHalfModeToFourier(FieldSharedPtr f)
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