octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #63162] Inaccurate "Events" location in ode45,


From: Ken Marek
Subject: [Octave-bug-tracker] [bug #63162] Inaccurate "Events" location in ode45, ode23(s)
Date: Wed, 16 Nov 2022 16:37:14 -0500 (EST)

Follow-up Comment #27, bug #63162 (project octave):

Re: comment #24
The answers to your questions are both "yes": STEPPER has always been called
before runge_kutta_interpolate, and STEPPER always returns a set of valid
k_vals. runge_kutta_interpolate is called either directly from
integrate_adaptive (which calls STEPPER and therefore has k_vals), or, with
this bug fix, from ode_event_handler (which is called from integrate_adaptive,
and therefore has k_vals).


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63162>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]