GearsBDFWithNordsieckStateGetSolutionPointsVolatile Method |
Gets volatile solution points with step size control.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual IEnumerable<(double X, double[] )> GetSolutionPointsVolatile(
OdeMethodOptions options
)
Parameters
- options OdeMethodOptions
- The evaluation options (preferential of type MultiStepMethodOptions).
Return Value
IEnumerableValueTupleDouble,
DoubleSequence of solution points, either mandatory, optional, or automatically generated (dependent on settings in options).
See Also