Click or drag to resize

AdaptiveTSCheckSolutionConstraintsAdaptiveTSBoundary Structure

Structure containing boundaries and reference value. Used with adaptive time stepping

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public struct AdaptiveTSBoundary

The AdaptiveTSCheckSolutionConstraintsAdaptiveTSBoundary type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldBoundary
Boundary
Public fieldInflowBoundary
Flag specifying whether it is an inflow boundary or a water level boundary.
Public fieldReferenceValue
Reference Value
Top
See Also