36 #ifndef UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSEQUISPACEDOUTPUT
37 #define UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSEQUISPACEDOUTPUT
39 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
void SetupEquiSpacedField(void)
void GenOrthoModes(int n, const Array< OneD, const NekDouble > &phys, Array< OneD, NekDouble > &coeffs)
ProcessEquiSpacedOutput()
static ModuleKey className
boost::shared_ptr< Field > FieldSharedPtr
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ~ProcessEquiSpacedOutput()
void SetHomogeneousConnectivity(void)
This processing module interpolates one field to another.
Abstract base class for processing modules.