35 #ifndef FIELDUTILS_PROCESSINTERPPOINTS
36 #define FIELDUTILS_PROCESSINTERPPOINTS
38 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
70 return "ProcessInterpPoints";
75 return "Interpolating to points";
This processing module interpolates one field to another.
virtual ModulePriority GetModulePriority()
void InterpolateFieldToPts(std::vector< MultiRegions::ExpListSharedPtr > &field0, LibUtilities::PtsFieldSharedPtr &pts, NekDouble clamp_low, NekDouble clamp_up, NekDouble def_value)
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual std::string GetModuleName()
virtual std::string GetModuleDescription()
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)
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.