IModulePrepareForTimeStep Method |
Prepare module for time step (set state(n+1) = state(n)).
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax void PrepareForTimeStep(
int redoCount
)
Sub PrepareForTimeStep (
redoCount As Integer
)
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
See Also