Click or drag to resize

GearsBDFWithNordsieckStateGetSolutionPointsVolatile Method

Gets volatile solution points with step size control.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual IEnumerable<(double X, double[] )> GetSolutionPointsVolatile(
	OdeMethodOptions options
)

Parameters

options  OdeMethodOptions
The evaluation options (preferably of type MultiStepMethodOptions).

Return Value

IEnumerableValueTupleDouble, Double
A sequence of solution points, either mandatory, optional, or automatically generated (depending on the settings in options).
See Also