Click or drag to resize

xOdeBaseAbsTol Property

An absolute 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 AbsTol { 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