evaluateExpTerm Interface

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

Arguments

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

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

Description

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