updateModelTermByName Interface

interface
private module subroutine updateModelTermByName(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

Call the update routine of model with given index for the given term name- optionally use variable container other than the one stored in the modeller