updateModelData Interface

interface
private module subroutine updateModelData(this, modelIndex, varCont, updatePriority)

Arguments

Type IntentOptional Attributes Name
class(Modeller), intent(inout) :: this
integer(kind=ik), intent(in) :: modelIndex

Model index for model whose data is to be update

type(VariableContainer), intent(in) :: varCont

Variable container to be used in update

integer(kind=ik), intent(in), optional :: updatePriority

Priority for this update call

Description

Update modelbound data of model with given index if that data is allocated