CompositeStructureSolverMethod Enumeration

Solver methods for composite structures.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum CompositeStructureSolverMethod

Members

Mike110 Iteration similar to the one used in MIKE 11
LevenbergMarquardt1 The flow is distributed based on Levenberg Marquardt solver

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also