solve_ivp problem (scipy 1.0.0)

Thomas Jollans tjol at tjol.eu
Mon Feb 19 05:02:31 EST 2018


On 2018-02-18 14:39, A.Brozi wrote:
> Hello
> 
> In new "scipy" (1.0.0) I've found procedure "solve_ivp", which makes it
> possible to use "events" in order to terminate the ode solution when
> some condition is satisfied.
> The precise moment of termination (the value of independent variable) is
> to be found in "t_events", but I cannot find the dependent variable(s)
> value(s) at the termination moment.
> Am I missing something? Or it's simply not possible (hopefully 'not yet')?
> 
> Regards
> Andrzej Brozi

Isn't the solution passed back as ‘y’?

-- Thomas



More information about the Python-list mailing list