simpleUpdate Interface

interface
private module subroutine simpleUpdate(this, varCont, modelData, hostModel)

Arguments

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

Variable container used in update

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

Reference model data - unused

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

Host model - unused

Description

Default update function - just calls update on Operator if allocated