35#ifndef FIELDUTILS_PROCESSINNERPRODUCT
36#define FIELDUTILS_PROCESSINNERPRODUCT
64 virtual void v_Process(po::variables_map &vm)
override;
68 return "ProcessInnerProduct";
73 return "Evaluating inner product";
This processing module computes the inner product between two fields.
ProcessInnerProduct(FieldSharedPtr f)
virtual std::string v_GetModuleDescription() override
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ~ProcessInnerProduct()
static ModuleKey className
NekDouble IProduct(std::vector< unsigned int > &processFields, FieldSharedPtr &fromField, Array< OneD, const Array< OneD, NekDouble > > &SaveFld)
virtual ModulePriority v_GetModulePriority() 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
The above copyright notice and this permission notice shall be included.