35 #ifndef FIELDUTILS_PROCESSINTERPPOINTS
36 #define FIELDUTILS_PROCESSINTERPPOINTS
38 #include "../Module.h"
65 virtual void v_Process(po::variables_map &vm)
override;
71 return "ProcessInterpPoints";
76 return "Interpolating to points";
88 std::vector<MultiRegions::ExpListSharedPtr> &field0,
This processing module interpolates one field to another.
virtual ModulePriority v_GetModulePriority() override
void InterpolateFieldToPts(std::vector< MultiRegions::ExpListSharedPtr > &field0, LibUtilities::PtsFieldSharedPtr &pts, NekDouble clamp_low, NekDouble clamp_up, NekDouble def_value)
virtual ~ProcessInterpPoints()
void CreateFieldPts(po::variables_map &vm)
void PrintProgressbar(const int position, const int goal) const
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static ModuleKey className
ProcessInterpPoints(FieldSharedPtr f)
virtual std::string v_GetModuleDescription() override
virtual void v_Process(po::variables_map &vm) override
Write mesh to output file.
virtual std::string v_GetModuleName() override
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.