calculateMatGroupValsInModel Module Subroutine

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

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

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