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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to