noUpdate Interface

interface
private module subroutine noUpdate(this, varCont, hostModel, hostData, updatePriority)

Arguments

Type IntentOptional Attributes Name
class(Transition), intent(inout) :: this
type(VariableContainer), intent(in) :: varCont

Variable container used in update

class(ModelSurrogate), intent(in), optional :: hostModel

Optional host model reference for callbacks during update

class(ModelboundData), intent(in), optional :: hostData

Optional host data reference for callbacks during update

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

Priority for this update call

Description

Default update routine - does nothing