Click or drag to resize

VariableOrderOdeSolverOptionsNormControl Property

Control error relative to norm of solution. If true the solver controls the error, e, in the solution, y, at each integration step by norm(e) <= max(RelativeTolerance*norm(y), AbsoluteTolerance) Default value is false.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool NormControl { get; set; }

Property Value

Boolean
See Also