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.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IEnumerable<(double X, double[] )> GetSolutionPointsVolatile(
	OdeMethodOptions options
)

Parameters

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

Return Value

IEnumerableValueTupleDouble, Double
Sequence of solution points, either mandatory, optional, or automatically generated (dependent on settings in options).
See Also