
Contains module procedures associated with the abstract explicit term class
Default multiplicative function - returns a real vector of ones based on evolvedVarName. In general should use passed variable container to construct a vector conforming to the evolved variable
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExplicitTerm), | intent(in) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont |
Evaluates the term as multConst * multFun [* operatorTerm%actOn(
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExplicitTerm), | intent(in) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont |
Get name of the evolved variable of this term
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExplicitTerm), | intent(in) | :: | this |
Default update function - just calls update on Operator if allocated
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExplicitTerm), | intent(inout) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont |
Variable container used in update |
||
| class(ModelboundData), | intent(in), | optional | :: | modelData |
Reference model data - unused |
|
| class(ModelSurrogate), | intent(in), | optional | :: | hostModel |
Host model - unused |
Setter for termOperator
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExplicitTerm), | intent(inout) | :: | this | |||
| class(Operator), | intent(in) | :: | op |
Set evolved variable names
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExplicitTerm), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | evolvedVarName |