initEvaluator Interface

interface
private pure module subroutine initEvaluator(this, resultVarIndex, modelIndex, termGroup)

Arguments

Type IntentOptional Attributes Name
class(GroupEvaluator), intent(inout) :: this
integer(kind=ik), intent(in) :: resultVarIndex

Index of variable to write the result in

integer(kind=ik), intent(in) :: modelIndex

Index of model whose term group should be evaluated

integer(kind=ik), intent(in) :: termGroup

Term group to evaluate in model

Description

GroupEvaluator initialization routine