Click or drag to resize

DOP853CoreDOP853GetRecommendedStepSize Method

Gets the recommended step size.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
The recommended step size in the context of the absolute and relative tolerances.
See Also