calculateMatValsByTermName Module Subroutine

pure module subroutine calculateMatValsByTermName(this, modelIndex, termName, varCont)

Calculate matrix value in implicit term 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
character(len=*), intent(in) :: termName
type(VariableContainer), intent(in), optional :: varCont