SciPy

This is documentation for an old release of SciPy (version 1.3.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.integrate.OdeSolver.step

OdeSolver.step()[source]

Perform one integration step.

Returns
messagestring or None

Report from the solver. Typically a reason for a failure if self.status is ‘failed’ after the step was taken or None otherwise.

Previous topic

scipy.integrate.OdeSolver.dense_output

Next topic

scipy.integrate.DenseOutput