Click or drag to resize

xOdeBaseRelTol Property

A relative error tolerance parameter.

Namespace: DotNumerics.ODE
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double RelTol { get; set; }
Request Example View Source

Property Value

Double
Remarks
If ErrorToleranceType = ErrorToleranceEnum.Scalar the estimated local error in Y(i) is controlled to be less than RelTol*Abs(Y[i]) + AbsTol.
See Also