Click or drag to resize

xOdeBaseCheckInitialization Method

Checks the initialization status of the ODE solver.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CheckInitialization()
Remarks
This method verifies that the ODE system has been specified and that the initial values have been set before starting the integration. It should be called before attempting to perform any integration to ensure that the solver is properly initialized.
See Also