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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
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
Top
See Also