Click or drag to resize

ADModulePrepareForTimeStep Method

Prepare module for time step (set state(n+1) = state(n)).

Namespace:  DHI.Mike1D.Engine.ModuleAD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void PrepareForTimeStep(
	int redoCount
)

Parameters

redoCount
Type: SystemInt32
Number of times this time step is redone. First time called for one time step, it will have the value of zero, and if a time step needs to be redone, this will be larger than zero

Implements

IModulePrepareForTimeStep(Int32)
See Also