Click or drag to resize

RungeKuttaExplicitBaseCoreThrowIfStiffnessDetected Method

Called after every successful step. Detects a stiffness condition. If one is found, an exception is thrown.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual void ThrowIfStiffnessDetected()
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if a stiffness condition is detected.
See Also