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.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool NormControl { get; set; }
Visual Basic (Declaration)
Public Property NormControl As Boolean
Visual C++
public:
property bool NormControl {
	bool get ();
	void set (bool value);
}

See Also