RungeKuttaExplicitBaseCoreBHML Property |
Sets the coefficients for the error evaluation.
These coefficients are the difference of the high order and low order bottom side
coefficients of the Runge-Kutta scheme.
If set to null, local error calculation, and thus automatic step size control, is not possible.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[]? BHML { set; }
Property Value
Double
The difference of high order and low order coefficients of the Runge-Kutta method.
See Also