RungeKuttaExplicitBaseCoreStiffnessDetectionEveryNumberOfSteps Property |
Gets or sets the number of successful steps between test for stiffness.
Setting this value to 0 disables stiffness detection. The default value is 0.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int StiffnessDetectionEveryNumberOfSteps { get; set; }
Property Value
Int32
The number of successful steps between test for stiffness.
See Also