bundles / scipy latest / scipy / integrate / _ivp / base / OdeSolver / step
function
scipy.integrate._ivp.base:OdeSolver.step
Signature
def step ( self ) Summary
Perform one integration step.
Returns
message: string or NoneReport from the solver. Typically a reason for a failure if
self.statusis 'failed' after the step was taken or None otherwise.
Aliases
-
scipy.integrate.OdeSolver.step