Click or drag to resize

GearsBDFWithNordsieckStateCorePredict Method

Calculates a first guess of the new Nordsieck state from the old state, and advances the _x array to the new point.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Predict()
Remarks
See equation 2.7 in Byrne and Hindmarsh [1]
See Also