{ } Raw JSON

bundles / scipy latest / scipy / integrate / _ivp / base / OdeSolver / step

function

scipy.integrate._ivp.base:OdeSolver.step

source: /scipy/integrate/_ivp/base.py :179

Signature

def   step ( self )

Summary

Perform one integration step.

Returns

message : string 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.

Aliases

  • scipy.integrate.OdeSolver.step