evaluateExpTerm Module Function

pure module function evaluateExpTerm(this, varCont) result(res)

Evaluates the term as multConst * multFun [* operatorTerm%actOn()] depending on whether the Operator is allocated

Arguments

Type IntentOptional Attributes Name
class(ExplicitTerm), intent(in) :: this
type(VariableContainer), intent(in) :: varCont

Return Value real(kind=rk), allocatable, dimension(:)