WARPXM v1.10.0
Loading...
Searching...
No Matches
p_diff.h
Go to the documentation of this file.
1#ifndef WXM_P_DIFF_H
2#define WXM_P_DIFF_H
3
4#include "integrate_app.h"
5
6namespace wxm
7{
16{
17 std::vector<int> in_vars;
18 real power;
19 real ipower;
20
21public:
22 void setup(const WxCryptSet& wxc) override;
23
24 real integrate(const std::vector<std::vector<real>>& in,
25 const integrateVariables* pSV) const override;
26
27 const std::vector<int>& getInputVariableIndexes(int flag = 0) const override
28 {
29 return in_vars;
30 }
31};
32} // namespace wxm
33
34#endif
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Base class for performing a volume integral.
Definition: integrate_app.h:20
Computes |a-b|^p, for finite p.
Definition: p_diff.h:16
real integrate(const std::vector< std::vector< real > > &in, const integrateVariables *pSV) const override
Evaluates the integral function, returning a scalar value.
void setup(const WxCryptSet &wxc) override
const std::vector< int > & getInputVariableIndexes(int flag=0) const override
Definition: p_diff.h:27
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
Definition: integrate_app.h:9
#define real
Definition: wmoclunstructuredreconstruction.h:11