bundles / scipy latest / scipy / integrate / _ode / complex_ode / set_solout
function
scipy.integrate._ode:complex_ode.set_solout
source: /scipy/integrate/_ode.py :719
Signature
def set_solout ( self , solout ) Summary
Set callable to be called at every successful integration step.
Parameters
solout: callablesolout(t, y)is called at each internal integrator step, t is a scalar providing the current independent position y is the current solutiony.shape == (n,)solout should return -1 to stop integration otherwise it should return None or 0
Aliases
-
scipy.integrate.complex_ode.set_solout