35 #ifndef FIELDUTILS_PROCESSINTERPPTSTOPTS
36 #define FIELDUTILS_PROCESSINTERPPTSTOPTS
38 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
70 return "ProcessInterpPtsToPts";
75 return "Interpolating to points";
This processing module interpolates one field to another.
virtual std::string GetModuleDescription()
virtual ~ProcessInterpPtsToPts()
static ModuleKey className
virtual ModulePriority GetModulePriority()
void CreateFieldPts(po::variables_map &vm)
void InterpolatePtsToPts(LibUtilities::PtsFieldSharedPtr &fromPts, LibUtilities::PtsFieldSharedPtr &toPts, NekDouble clamp_low, NekDouble clamp_up, NekDouble def_value)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ProcessInterpPtsToPts(FieldSharedPtr f)
virtual std::string GetModuleName()
void PrintProgressbar(const int position, const int goal) const
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
std::shared_ptr< PtsField > PtsFieldSharedPtr
The above copyright notice and this permission notice shall be included.