IModulePrepareForTimeStep Method

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

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
void PrepareForTimeStep(
	int redoCount
)

Parameters

redoCount  Int32
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

See Also