Click or drag to resize

GearsBDFWithNordsieckStateCoreEvaluateNextSolutionPoint Method

Evaluates the next solution point.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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, you should provide PositiveInfinity instead.
Exceptions
ExceptionCondition
InvalidOperationExceptionOde does not converge
See Also