Click or drag to resize

IBoundaryAdaptive Interface

Interface handling adaptive time step evaluation. Implemented by as well boundary items as boundary sources

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

The IBoundaryAdaptive type exposes the following members.

Methods
  NameDescription
Public methodGetPreferredTimeStep
Get preferred time step, which should not vary more than maxRelChange within the given time step.
Top
See Also