Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Ode
RungeKuttaExplicitBase Class
RungeKuttaExplicitBase Methods
Clone Method
EnumerateXForFixedStepSize Method
Exchange<T> Method
GetInitialStepSize Method
GetInterpolatedSolutionPointVolatile Method
GetSolutionPoints Method
GetSolutionPointsForStepSize Method
GetSolutionPointsVolatile Method
GetSolutionPointsVolatile_WithoutStepSizeControl Method
GetSolutionPointsVolatile_WithStepSizeControl Method
GetSolutionPointsVolatileForStepSize Method
Initialize Method
SetOptionsToCore Method
TryGetNextValue Method
Runge
Kutta
Explicit
Base
Get
Initial
Step
Size Method
Gets the initial step size. The absolute and relative tolerances must be set before the call to this function.
Namespace:
Altaxo.Calc.Ode
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
double
GetInitialStepSize
()
Return Value
Double
The initial step size in the context of the absolute and relative tolerances.
Exceptions
Exception
Condition
InvalidOperationException
Either absolute tolerance or relative tolerance is required to be > 0.
InvalidOperationException
Thrown if the method was not initialized.
See Also
Reference
RungeKuttaExplicitBase Class
Altaxo.Calc.Ode Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net