Click or drag to resize

NewtonRaphsonFEpsilon Property

F-Epsilon, used in stopping criteria in the Newton-Raphson method.

Default value is 1 (in most cases that is the same as disabling the criteria)

Both the Epsilon and the FEpsilon criteria must be met before the method is stopped

Namespace:  DHI.Mike1D.Generic.MathAlgorithms
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double FEpsilon { get; set; }

Property Value

Type: Double
Remarks
Stopping criteria: |f(x_new)| less than F-Epsilon
See Also