DOP853CoreDOP853GetRecommendedStepSize Method |
Gets the recommended step size.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override double GetRecommendedStepSize(
double error_current,
double error_previous
)
Parameters
- error_current Double
- The relative error of the current step.
- error_previous Double
- The relative error of the previous step.
Return Value
DoubleThe recommended step size in the context of the absolute and relative tolerances.
See Also