xOdeBaseCheckInitialization Method |
Checks the initialization status of the ODE solver.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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