calculateMatValsByTermName Interface

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

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

Description

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