Click or drag to resize

EngineNetPreTimeStepEvent Event

An event that is called everytime a timestep is initiated.

Arguments:

  • Time N
  • Time N+1
  • redo-counter, incremented when an adaptive time step is redone. Initially zero.

For adaptive time stepping a timestep can be rejected and recalculated, in which case this event is triggered more than once for the same time step, but with a different end time and the redocounter (third argument) is incremented.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public event Action<DateTime, DateTime, int> PreTimeStepEvent

Value

Type: SystemActionDateTime, DateTime, Int32
See Also