Click or drag to resize

xOdeBaseAbsTolArray Property

An absolute error tolerance array (length numEquations).

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

Property Value

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