Commit Graph

  • db8f91a51d
    Merge pull request #36 from boostorg/develop cc Mario Mulansky 2019-05-25 09:54:52 -0700
  • 2bbc186b43 Merge branch 'develop' of github.com:boostorg/odeint into develop Mario Mulansky 2019-04-20 11:56:36 -0700
  • fc43a2ef44 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 into develop Mario Mulansky 2019-04-20 11:49:37 -0700
  • db8b39ae27
    Change eigen algebra to support Eigen>=3.3 (#237) Mario Mulansky 2019-03-16 16:20:44 -0700
  • ee44ba9e36
    Revert "Fixed incorrect constant in Dormand–Prince Runge–Kutta Butcher tableau. (#235)" (#236) Mario Mulansky 2019-03-02 11:42:32 -0800
  • 75fe4e19ad Fixed incorrect constant in Dormand–Prince Runge–Kutta Butcher tableau. (#235) Garret McGraw 2019-03-02 14:17:09 -0500
  • 5dd9519b7b Enable the adaption of the maximal step size of dense output steppers. (#225) Markus Friedrich 2018-02-13 05:13:12 +0100
  • a393540e17 Fixed dense_output_runge_kutta<Stepper, stepper_tag>::do_step(...) (#224) Markus Friedrich 2018-01-20 20:24:22 +0100
  • d94c80da6a
    Merge pull request #29 from pavelkryukov/develop Mario Mulansky 2018-01-17 22:52:17 -0800
  • 9a21dbe8bd Remove deprecated std::unary_function from molecular_dynamics_cells.cpp Pavel I. Kryukov 2017-11-20 19:09:52 +0300
  • 6ff2719b69
    Merge pull request #28 from boostorg/revert-24-patch-2 Mario Mulansky 2018-01-05 17:31:54 +0100
  • f3180e9928
    Revert "Remove deprecated std::unary_function from molecular_dynamics_cells.cpp" Mario Mulansky 2018-01-05 17:31:24 +0100
  • b4bf0b1b41
    Merge pull request #24 from pavelkryukov/patch-2 Mario Mulansky 2018-01-05 17:26:55 +0100
  • 30fd68fbb3 adds controlled initialization (#216) Valentin Hartmann 2018-01-05 17:22:52 +0100
  • a25c8eb665
    Merge pull request #23 from corell-hd/patch-1 Mario Mulansky 2018-01-05 17:18:07 +0100
  • adf673cd69
    Remove deprecated std::unary_function from molecular_dynamics_cells.cpp Pavel I. Kryukov 2017-11-20 19:09:52 +0300
  • 34def567d2 fix initialization with external stepper (#215) Valentin Hartmann 2017-11-12 21:12:17 +0100
  • 3f3192d84f add template parameter to vector_space_norm_inf corell-hd 2017-10-13 04:06:51 +0200
  • 540f46f42c Improvement to Order Selection, Error approximation in the ABM stepper (#218) Valentin Hartmann 2017-09-26 00:22:51 +0200
  • 944fe8eed5 Merge pull request #21 from boostorg/develop headmyshoulder 2017-07-28 16:23:03 +0200
  • af59be4beb Merge pull request #214 from ds283/switch-fabs Mario Mulansky 2017-07-25 10:40:55 -0700
  • f1098483ea Switch fabs for std::abs ds283 2017-07-23 22:31:35 +0100
  • 38695b42ee Merge pull request #208 from vhartman/adaptive_adams Mario Mulansky 2017-07-16 08:01:40 -0700
  • 11bf5d56c5 replace assignment with boost::copy Valentin Hartmann 2017-07-08 21:21:47 +0200
  • b38159f51a add relative error to step adjuster Valentin Hartmann 2017-07-07 17:25:26 +0200
  • c673986a13 formatting Valentin Hartmann 2017-07-06 20:07:56 +0200
  • fa6621e43c updated order selection Valentin Hartmann 2017-07-06 18:23:17 +0200
  • 4a3477ed0b fixed ratio-selection Valentin Hartmann 2017-07-05 00:32:23 +0200
  • ef866e14aa templating the pid adjuster Valentin Hartmann 2017-07-04 22:03:58 +0200
  • a21f49a736 slight changes to initialization to allow for order correction Valentin Hartmann 2017-07-04 21:15:15 +0200
  • b500829677 enabling negative coefficients Valentin Hartmann 2017-07-04 11:46:20 +0200
  • ca96850106 fixed wrong order assignment when failing a step Valentin Hartmann 2017-07-04 01:21:35 +0200
  • 5a6c6bba5c added detail:: to ref Valentin Hartmann 2017-07-03 16:59:14 +0200
  • 12714d481a fix issues with compiling on travis Valentin Hartmann 2017-07-03 16:43:48 +0200
  • dceea2015a slight formatting changes Valentin Hartmann 2017-07-03 15:25:51 +0200
  • 848d7f1938 completed testcases Valentin Hartmann 2017-07-03 14:42:41 +0200
  • 1b767b38d6 adapting tests to new formulation Valentin Hartmann 2017-07-02 19:16:10 +0200
  • a463262c7d slight changes to stepsize control Valentin Hartmann 2017-07-02 15:16:32 +0200
  • c5aab45386 moving to new formulation Valentin Hartmann 2017-07-02 15:14:09 +0200
  • 7fe4477acf Tests for numeric precision, initializing procedure for steppers Valentin Hartmann 2017-06-23 15:05:20 +0200
  • dc2fbddd7a added self-initialization to adaptive adams stepper Valentin Hartmann 2017-06-23 11:14:22 +0200
  • 92e76299f1 corrected indentation Valentin Hartmann 2017-06-22 17:50:49 +0200
  • d0dad9a53a changed tabs to spaces in all files Valentin Hartmann 2017-06-22 17:44:49 +0200
  • 079f3ffa4d fixed problems in testcases Valentin Hartmann 2017-06-21 21:32:18 +0200
  • 073e1e0143 more test cases Valentin Hartmann 2017-06-21 18:14:46 +0200
  • b29586d9d3 implemented adaptive adams bashforth moulton to enable make_controlled Valentin Hartmann 2017-06-21 18:13:25 +0200
  • 16801429c9 modifications to stepper to allow make_controlled Valentin Hartmann 2017-06-20 17:04:15 +0200
  • 5fe4175a61 removed print used in debugging Valentin Hartmann 2017-06-19 16:28:29 +0200
  • 28b01caee7 minor naming changes Valentin Hartmann 2017-06-19 16:13:58 +0200
  • ca966c2736 compiles without c++11 Valentin Hartmann 2017-06-19 10:41:38 +0200
  • fa769dd236 Fixed small bug and added more functionality to the controller Valentin Hartmann 2017-06-19 10:04:37 +0200
  • 2f098f7d86 removed tmp-file Valentin Hartmann 2017-05-25 18:45:38 +0200
  • 8e2b3c2550 fixed minor things in stepper Valentin Hartmann 2017-05-25 16:40:31 +0200
  • ac90a029ce completed testcases Valentin Hartmann 2017-05-25 16:39:57 +0200
  • 233ebc5792 changes to files to fix warnings Valentin Hartmann 2017-05-24 16:31:40 +0200
  • 518f2186ca unittests Valentin Hartmann 2017-05-24 16:31:16 +0200
  • 6a00e946f7 Initial commit from Bitbucket to Github Valentin Hartmann 2017-05-23 09:29:37 +0200
  • 16ee3e182f Merge pull request #206 from ddemidov/multi_array_dispatcher headmyshoulder 2017-05-10 08:10:24 -0700
  • 491df811e3 Provide algebra dispatcher for boost::multi_array Denis Demidov 2017-05-10 11:35:07 +0300
  • c0e1cf30f9 Merge pull request #19 from boostorg/from_headmyshoulder Mario Mulansky 2017-05-09 20:57:34 -0700
  • 67e1908720 Merge branch 'master' into odeint_boost_develop Mario Mulansky 2017-05-09 20:48:49 -0700
  • f0469a2fb6 Fix travis config 2 Mario Mulansky 2017-05-07 13:57:31 -0700
  • 3a83fdbd8f Fix travis config Mario Mulansky 2017-05-07 13:51:50 -0700
  • 53d15cc83a Use 2 cores on Travis, not 4 Mario Mulansky 2017-05-07 13:46:30 -0700
  • ff3fd556cb Fix compiler warnings, activate parallel CI build Mario Mulansky 2017-05-07 13:27:57 -0700
  • a452f6e816 Fix abs warnings and clang compiler warning flag Mario Mulansky 2017-05-07 13:07:10 -0700
  • dd54cbf031 Fix Badge in Readme Mario Mulansky 2017-05-07 12:51:53 -0700
  • 5d3b013955 Update Boost on Travis, fix bug with boost 1.63 Mario Mulansky 2017-05-07 12:40:31 -0700
  • 850fa824eb Add no-unused-local-typedef to Jenkins build Mario Mulansky 2017-01-26 21:48:39 -0800
  • 7fb8169cef Merge pull request #199 from thk686/master Mario Mulansky 2017-01-26 21:37:07 -0800
  • f1255a8319 Fix unused variable warning Tim Keitt 2017-01-26 12:05:53 -0600
  • 49c9334c8a Merge pull request #18 from Flast/testfix Mario Mulansky 2016-08-08 20:33:49 -0700
  • 357e5b36e7 Fix missing include. Kohei Takahashi 2016-07-30 16:59:51 +0900
  • 5c8c4fb1b1 Relaxing test requirements. Kohei Takahashi 2016-07-30 16:57:53 +0900
  • b816e93fcf fixing #12107 Karsten Ahnert 2016-04-01 21:39:42 +0200
  • b171ad20da Merge pull request #17 from akumta/patch-6 headmyshoulder 2016-03-01 23:34:42 +0100
  • 9c4a5d8f42 update for ticket #12034 akumta 2016-02-29 19:50:21 -0800
  • 6f13bf40ee Merge pull request #16 from kenichiice/dot-gitmodules headmyshoulder 2016-02-26 08:01:58 +0100
  • c2add5c93f Remove .gitmodules OGAWA KenIchi 2016-02-21 01:45:55 +0900
  • 31c29dd948 fixes #189 Mario Mulansky 2016-01-19 15:37:50 +0100
  • cc9b1963e7 BS stepper: correct exponents for optimal h Mario Mulansky 2015-12-28 15:26:00 +0100
  • ae53eb1570 Merge pull request #186 from mmlanger/issue185_bs_performance Mario Mulansky 2015-12-28 13:55:37 +0100
  • a625f532b1 corrected rushed fix Martin Langer 2015-12-28 12:04:39 +0100
  • 0f943fbf8b fixed wrong precomputation in BS dense stepper Martin Langer 2015-12-27 22:42:33 +0100
  • 61a74d2bfc fixed missing semicolon Martin Langer 2015-12-18 16:14:48 +0100
  • 607bb768ba table for precomputed facmin in bulirsch_stoer_dense_out Martin Langer 2015-12-18 15:40:53 +0100
  • cc8c9772ac table for precomputed facmin in bulirsch_stoer Martin Langer 2015-12-18 15:32:48 +0100
  • eb2804b281 resetting optimal order when resetting BS stepper Mario Mulansky 2015-12-10 17:22:44 +0100
  • a569bdc0c5 fixing #183 Mario Mulansky 2015-12-10 17:18:09 +0100
  • 9d02efbff2 added reset to adams bashforth moulton Mario Mulansky 2015-12-09 12:51:50 +0100
  • 1eefa78c96 Bugfix for #144 also in const version Mario Mulansky 2015-12-09 12:09:39 +0100
  • fa99c05538 Merge branch 'master' into develop Mario Mulansky 2015-12-07 17:14:46 +0100
  • f51691421c Merge branch 'master' of github.com:headmyshoulder/odeint-v2 into develop Mario Mulansky 2015-11-13 12:30:41 +0100
  • 0c8e003341 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2015-11-05 21:30:58 -0600
  • 4cb76b9083 Merge branch 'limit_step_size' Mario Mulansky 2015-11-05 21:20:44 -0600
  • 270737744b Merge branch 'master' into limit_step_size Mario Mulansky 2015-11-05 21:16:07 -0600
  • 9344015ea9 Merge pull request #176 from headmyshoulder/max_step_exception Mario Mulansky 2015-11-05 21:14:59 -0600
  • f71de757ba added assert checking if resizing is active Mario Mulansky 2015-11-05 11:21:06 -0600
  • ef10d2f314 remove iostream include Mario Mulansky 2015-11-04 19:51:45 -0600
  • 5d29e1ec57 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2015-11-04 19:48:00 -0600