36 #ifndef UTILITIES_FIELDCONVERT_PROCESSFIELD 
   37 #define UTILITIES_FIELDCONVERT_PROCESSFIELD 
   39 #include "../Module.h" 
   62         virtual void Process(po::variables_map &vm);
 
   66             return "ProcessInterpField";
 
   73                               vector<MultiRegions::ExpListSharedPtr> &field1,
 
virtual ~ProcessInterpField()
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool. 
void InterpolateField(vector< MultiRegions::ExpListSharedPtr > &field0, vector< MultiRegions::ExpListSharedPtr > &field1, Array< OneD, NekDouble > x, Array< OneD, NekDouble > y, Array< OneD, NekDouble > z, NekDouble clamp_low, NekDouble clamp_up, NekDouble def_value)
static ModuleKey className
FieldSharedPtr m_fromField
virtual std::string GetModuleName()
boost::shared_ptr< Field > FieldSharedPtr
ProcessInterpField(FieldSharedPtr f)
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class. 
This processing module interpolates one field to another. 
Abstract base class for processing modules.