2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-26 18:52:20 +00:00

16 Commits

Author SHA1 Message Date
Matt Borland
70fbe0962e Ignore ublas deprecated copy 2023-12-19 12:45:50 +01:00
Matt Borland
b7955fd5e2 Fix GCC-7 -Wmaybe-uninitialized 2023-12-19 11:54:04 +01:00
Matt Borland
4f51498c2c Collected initialization fixes 2023-12-19 10:43:15 +01:00
Matt Borland
0cbdad354f Fixup other jamfiles 2023-12-18 14:21:23 +01:00
Matt Borland
f1d1ccb665 Fix regression for gcc on ARM 2023-12-18 12:15:01 +01:00
Matt Borland
04c7a9b707 Collected warning fixes 2023-12-18 11:59:10 +01:00
Matt Borland
d59463b97e Add bigobj for MSVC and mingw 2023-12-18 08:01:44 +01:00
Matt Borland
afe5834aa8 Adjust num_of_steps_expected for Apple ARM architecture 2023-12-15 12:18:09 +01:00
Mario Mulansky
c0e1cf30f9 Merge pull request #19 from boostorg/from_headmyshoulder
Merge from headmyshoulder/odeint-v2
2017-05-09 20:57:34 -07:00
Mario Mulansky
ff3fd556cb Fix compiler warnings, activate parallel CI build 2017-05-07 13:27:57 -07:00
Kohei Takahashi
5c8c4fb1b1 Relaxing test requirements. 2016-07-30 16:57:53 +09:00
Mario Mulansky
31c29dd948 fixes #189
A bug introduced with the recent max_dt facility prevented the rosenbrock
controller to increase step size in most cases (if max_dt=0). This is fixed
now, and a regression test case has been added.
2016-01-19 15:37:50 +01:00
Mario Mulansky
ff755ff96e fixes #168
fixed bug in less_eq_with_sign. equality was not correctly checked for, which
resulted in wrong behavior when the numeric type had
std::numeric_limits<T>::epsilon() == 0.
2015-06-29 15:27:44 +02:00
Mario Mulansky
54a601d679 fixed compiler flag 2015-01-27 16:35:30 +01:00
Mario Mulansky
fe00c541a9 added test case for issue #149 2015-01-27 14:06:33 +01:00
Mario Mulansky
4cadbe5164 fixes #147
when state_type == time_type (e.g. 1d odes with state_type = double), some
do_step overloads are disabled due to ambiguities of parameter structure.
However, the initialization of the Adams-Bashforth needs some of those
disabled functions in its initialization. As a fix, I added do_step_dxdt to
the stepper base classes to provide direct access to the required functions
that will not be disabled in the case of state_type == time_type.
2015-01-10 16:17:06 +01:00