Click or drag to resize

GearsBDFWithNordsieckStateCoreEvaluateNextSolutionPoint Method

Evaluates the next solution point.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void EvaluateNextSolutionPoint(
	double? nextMandatoryX
)

Parameters

nextMandatoryX  NullableDouble
The next mandatory value of the independent variable x. If there is no next mandatory value, provide PositiveInfinity.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe ODE does not converge.
See Also