Click or drag to resize

IEngineTimeStep Interface

Interface for controlling the size of the time step

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IEngineTimeStep

The IEngineTimeStep type exposes the following members.

Methods
  NameDescription
Public methodNextTimeStep
Return the new time step, based on the current time.
Public methodPrepare
Public methodReset
Reset the time stepping information.
Top
See Also