calculateMatGroupValsInModel Interface

interface
private pure module subroutine calculateMatGroupValsInModel(this, modelIndex, groupIndex, varCont)

Arguments

Type IntentOptional Attributes Name
class(Modeller), intent(inout) :: this
integer(kind=ik), intent(in) :: modelIndex
integer(kind=ik), intent(in) :: groupIndex
type(VariableContainer), intent(in), optional :: varCont

Description

Calculate matrix value in implicit term group given by groupIndex in model given by modelIndex, and optionally using variable container other than the one stored in the modeller