Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11535: standard integrate_times function causes tiny time steps
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-09-09 19:52:31
#11535: standard integrate_times function causes tiny time steps
-------------------------------+--------------------------
Reporter: gaiwa84@⦠| Owner: karsten
Type: Bugs | Status: new
Milestone: To Be Determined | Component: odeint
Version: Boost 1.58.0 | Severity: Optimization
Resolution: | Keywords:
-------------------------------+--------------------------
Comment (by anonymous):
Your new code only works for the case when dt is bigger or equal to the
time differences of the given time points. The while loop is exactly there
to step through the solution with dt if the time points are further apart.
However, I understand your problem and I might have an idea to fix it.
Nevertheless, it seems to me that you might want to look into the other
integrate functions, like integrate_n_steps. Maybe they are more suitable
for your case?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11535#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC