#include <AdvApp2Var_EvaluatorFunc2Var.hxx>
|
| | AdvApp2Var_EvaluatorFunc2Var ()=default |
| | Empty constructor.
|
| |
| virtual | ~AdvApp2Var_EvaluatorFunc2Var ()=default |
| | Destructor should be declared as virtual.
|
| |
| virtual void | Evaluate (int *theDimension, double *theUStartEnd, double *theVStartEnd, int *theFavorIso, double *theConstParam, int *theNbParams, double *theParameters, int *theUOrder, int *theVOrder, double *theResult, int *theErrorCode) const =0 |
| | Function evaluation method to be defined by descendant.
|
| |
| void | operator() (int *theDimension, double *theUStartEnd, double *theVStartEnd, int *theFavorIso, double *theConstParam, int *theNbParams, double *theParameters, int *theUOrder, int *theVOrder, double *theResult, int *theErrorCode) const |
| | Shortcut for function-call style usage.
|
| |
◆ AdvApp2Var_EvaluatorFunc2Var()
| AdvApp2Var_EvaluatorFunc2Var::AdvApp2Var_EvaluatorFunc2Var |
( |
| ) |
|
|
default |
◆ ~AdvApp2Var_EvaluatorFunc2Var()
| virtual AdvApp2Var_EvaluatorFunc2Var::~AdvApp2Var_EvaluatorFunc2Var |
( |
| ) |
|
|
virtualdefault |
Destructor should be declared as virtual.
◆ Evaluate()
| virtual void AdvApp2Var_EvaluatorFunc2Var::Evaluate |
( |
int * | theDimension, |
|
|
double * | theUStartEnd, |
|
|
double * | theVStartEnd, |
|
|
int * | theFavorIso, |
|
|
double * | theConstParam, |
|
|
int * | theNbParams, |
|
|
double * | theParameters, |
|
|
int * | theUOrder, |
|
|
int * | theVOrder, |
|
|
double * | theResult, |
|
|
int * | theErrorCode ) const |
|
pure virtual |
Function evaluation method to be defined by descendant.
- Parameters
-
| theUStartEnd | First and last parameters in U |
| theVStartEnd | First and last parameters in V |
| theFavorIso | Choice of constante, 1 for U, 2 for V |
| theConstParam | Value of constant parameter |
| theNbParams | Number of parameters N |
| theParameters | Values of parameters, |
| theUOrder | Derivative Request in U |
| theVOrder | Derivative Request in V |
| theResult | Result[Dimension,N] |
◆ operator()()
| void AdvApp2Var_EvaluatorFunc2Var::operator() |
( |
int * | theDimension, |
|
|
double * | theUStartEnd, |
|
|
double * | theVStartEnd, |
|
|
int * | theFavorIso, |
|
|
double * | theConstParam, |
|
|
int * | theNbParams, |
|
|
double * | theParameters, |
|
|
int * | theUOrder, |
|
|
int * | theVOrder, |
|
|
double * | theResult, |
|
|
int * | theErrorCode ) const |
|
inline |
Shortcut for function-call style usage.
The documentation for this class was generated from the following file: