SciPy

scipy.integrate.LSODA.step

LSODA.step(self)[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.LSODA.dense_output

Next topic

scipy.integrate.OdeSolver