Commit Graph

  • 965a8e456d fixed #180 Mario Mulansky 2015-11-04 19:46:17 -0600
  • 1b55d6f218 add remark in docs about max step size limitation Mario Mulansky 2015-11-03 13:31:09 -0600
  • 3241363bff added step limit description to integrate docs Mario Mulansky 2015-11-02 15:18:17 -0600
  • 8385e469ed removed unnecessary comment Mario Mulansky 2015-11-02 15:17:54 -0600
  • 0cba21e14b updated docstrings in integrate routines Mario Mulansky 2015-11-02 14:15:16 -0600
  • 60cd09818d add max_dt to rosenbrock steppers Mario Mulansky 2015-11-01 14:21:02 -0600
  • 936af851bb added max_dt to bs dense out Mario Mulansky 2015-11-01 13:38:10 -0600
  • 80da40f6b5 test step limiter with negative dt + bugfix Mario Mulansky 2015-10-31 14:22:29 -0600
  • 3d87ce360e added step size limitation to bulirsch stoer Mario Mulansky 2015-10-31 13:24:11 -0600
  • 3ae97129c0 fixed harmonic_oscillator example Mario Mulansky 2015-10-29 12:21:15 -0600
  • ed2040d48f refactored step size adjustment into own class Mario Mulansky 2015-10-29 11:51:30 -0600
  • f338e6f12c introduced odeint exceptions Mario Mulansky 2015-10-28 21:11:36 -0600
  • c8f28df99e removed null_checker Mario Mulansky 2015-10-28 20:38:37 -0600
  • c3856f83a5 refactor all integrate functions Mario Mulansky 2015-10-28 13:49:27 -0600
  • 5efc181f4c refactor of integrate_times complete Mario Mulansky 2015-10-28 12:50:55 -0600
  • c9eeb0f367 first step of refactoring using adapters Mario Mulansky 2015-10-27 18:55:11 -0600
  • 6825d7af8b add max_dt support to generation functions + test Mario Mulansky 2015-10-23 21:27:57 +0200
  • a006cb51fa bug fixes regarding the new step adjustment Mario Mulansky 2015-10-23 19:34:22 +0200
  • a2cd50a9dc refactor step adjustment into error_checker Mario Mulansky 2015-10-23 04:27:43 +0200
  • 98080afe5a Update lorenz_point.cpp headmyshoulder 2015-10-22 07:53:34 +0200
  • d0bbbe19fa use resize in find_crossing example Mario Mulansky 2015-10-21 17:38:43 +0200
  • 766d2cb063 +example for event detection, see #9 Mario Mulansky 2015-10-21 00:22:46 +0200
  • 4b7c39cbb6 updated copyright years Mario Mulansky 2015-10-09 12:24:11 +0200
  • f5ee194e7c refactor step adjustment exception Mario Mulansky 2015-10-09 11:20:01 +0200
  • 260d848288 refined the exception Mario Mulansky 2015-10-09 09:51:00 +0200
  • fa6a914f1a added overflow exception to other integrate funcs Mario Mulansky 2015-10-08 12:57:56 +0200
  • 44576c3dab add checker reset in integrate_const Mario Mulansky 2015-10-06 18:06:36 +0200
  • 23ffb209fa added overflow exception to integrate_const Mario Mulansky 2015-10-06 17:26:18 +0200
  • 703350b223 consistent counting of failed steps Mario Mulansky 2015-10-05 17:03:08 +0200
  • 576068fc6b Merge pull request #170 from bjodah/fix_multiprecision_bulirsch_stoer Mario Mulansky 2015-09-01 18:08:56 +0200
  • 95b1030f27 Apply static_cast<value_type>(...) to numerators in calc_h_opt() Björn Dahlgren 2015-08-31 16:48:13 +0200
  • 62c8f4d670 Fix bug in bulirsch_stoer_dense_out.hpp when using multiprecision data types Björn Dahlgren 2015-08-30 14:50:15 +0200
  • 86f1a632ca Merge pull request #10 from nasailja/patch-1 Mario Mulansky 2015-08-22 19:12:40 +0200
  • 3d9de3519c Merge pull request #14 from nasailja/patch-5 headmyshoulder 2015-08-19 07:05:55 +0200
  • dfba50ff70 Merge pull request #13 from nasailja/patch-4 headmyshoulder 2015-08-19 07:02:01 +0200
  • 551ef7f815 Merge pull request #12 from nasailja/patch-3 headmyshoulder 2015-08-19 07:01:54 +0200
  • 537054ef5b Merge pull request #11 from nasailja/patch-2 headmyshoulder 2015-08-19 07:01:42 +0200
  • 836a88913b Remove unused parameter warnings Ilja 2015-08-18 14:16:07 -0400
  • 55cadcd747 Remove unused parameter warnings Ilja 2015-08-18 14:15:29 -0400
  • c04ad7c090 Remove unused parameter warnings Ilja 2015-08-18 14:14:42 -0400
  • 1e08fee9ce Remove unused parameter warnings Ilja 2015-08-18 14:13:45 -0400
  • d4221d9417 Fix compilation warning Ilja 2015-08-18 14:11:45 -0400
  • 779fa0eac9 Merge branch 'develop' of github.com:boostorg/odeint Mario Mulansky 2015-07-20 13:22:22 +0200
  • f312a809c8 remove const-ness from bulirsch-stoer members Mario Mulansky 2015-07-10 13:04:25 +0200
  • fbd9ed0010 Merge branch 'master' of https://github.com/headmyshoulder/odeint-v2 into develop Karsten Ahnert 2015-07-09 22:01:48 +0200
  • b4f52468e0 removed non-existing file from Jamfile Mario Mulansky 2015-07-09 11:54:58 +0200
  • c9165e121d cleanup travis Mario Mulansky 2015-06-30 00:24:14 +0200
  • 20d5069402 use g++ 4.8 and boost 1.58 in travis Mario Mulansky 2015-06-29 23:54:35 +0200
  • f224208601 more travis updates Mario Mulansky 2015-06-29 23:27:47 +0200
  • 2f73239bf1 g++4.8 Mario Mulansky 2015-06-29 23:17:12 +0200
  • d912031682 debug Mario Mulansky 2015-06-29 22:52:00 +0200
  • 169e91343d check variables Mario Mulansky 2015-06-29 22:19:59 +0200
  • 3a0747f139 fix if condition Mario Mulansky 2015-06-29 21:38:40 +0200
  • 5fadc5cdb0 don't explicitely specify c++98 Mario Mulansky 2015-06-29 21:08:59 +0200
  • a10e3254d9 further refinement Mario Mulansky 2015-06-29 20:50:57 +0200
  • 4c2e8769b4 fix travis indent Mario Mulansky 2015-06-29 20:02:42 +0200
  • 1d473373cd further travis bugfixing Mario Mulansky 2015-06-29 19:47:51 +0200
  • 214ff01789 use correct file name Mario Mulansky 2015-06-29 19:06:52 +0200
  • cba13f31bc use boost 1.57 Mario Mulansky 2015-06-29 18:59:22 +0200
  • e4119ee1a3 more travis troubleshooting Mario Mulansky 2015-06-29 18:31:11 +0200
  • 8f96d67026 escaping in sourceforge url Mario Mulansky 2015-06-29 17:26:44 +0200
  • 303c3ca962 correct sourceforge url Mario Mulansky 2015-06-29 17:01:29 +0200
  • 0fb8afce2d updated travis to use boost 1.58 Mario Mulansky 2015-06-29 16:55:03 +0200
  • ff755ff96e fixes #168 Mario Mulansky 2015-06-29 15:27:44 +0200
  • 45fd4331c2 fix #166 Mario Mulansky 2015-06-14 16:23:54 +0200
  • e7f25c0a3b moved openmp.jam into openmp examples folder Mario Mulansky 2015-06-14 16:12:00 +0200
  • 84bd94c285 fixes #165 Mario Mulansky 2015-05-21 12:22:04 +0200
  • 3b110f689b fixes #164 Mario Mulansky 2015-05-20 12:26:25 +0200
  • 127e0dc212 added Makefile to gmpxx example Mario Mulansky 2015-05-05 12:52:06 +0200
  • 656e1466cf Merge pull request #161 from ds283/bulirsch-stoer-segfault Mario Mulansky 2015-04-23 12:03:55 +0200
  • 3625ae1ef1 Adjust allocation of bulirsch_stoer_dense_out::m_diffs to avoid segmentation fault David Seery 2015-04-22 11:57:17 +0100
  • 18b3a2ed60 Merge pull request #159 from Arash-codedev/patch-1 headmyshoulder 2015-04-22 07:21:38 +0200
  • 25febac10b Update integrate_adaptive.hpp Arash 2015-04-22 14:32:01 +1000
  • 00d9efef6d Merge branch 'ds283-bidirectional-iterator' Mario Mulansky 2015-04-22 00:08:32 +0200
  • d7d2dd5743 Fix formatting David Seery 2015-04-19 12:51:54 +0100
  • 307aff4f5e Switch <iterator>-1 for --<iterator> in integrate_times() to allow use with bidirectional iterators David Seery 2015-04-19 09:21:45 +0100
  • e11cb53ee0 Rename README to README.md headmyshoulder 2015-04-06 21:08:33 +0200
  • be2718e508 Update README headmyshoulder 2015-04-06 21:07:56 +0200
  • f8e467b8ed manual merge Karsten Ahnert 2015-03-18 20:53:11 +0100
  • 69d6b39e32 Merge branch 'develop' of https://github.com/boostorg/odeint into develop Karsten Ahnert 2015-03-09 07:01:46 +0100
  • d9f9c51e82 Merge branch 'master' of https://github.com/headmyshoulder/odeint-v2 into develop Karsten Ahnert 2015-03-09 07:00:12 +0100
  • 9a14adf963 using using std::max Karsten Ahnert 2015-03-08 21:53:13 +0100
  • 5f449d5cec Merge pull request #8 from akumta/patch-4 headmyshoulder 2015-03-06 21:25:39 +0100
  • c5b3053f84 Update implicit_euler.hpp akumta 2015-03-06 11:57:58 -0800
  • 2edd52d618 Merge pull request #7 from akumta/patch-3 headmyshoulder 2015-03-04 09:37:13 +0100
  • c7895bbed9 Update integrate_implicit.cpp akumta 2015-03-03 14:05:10 -0800
  • cdd4d6e5bc Merge pull request #6 from akumta/patch-2 headmyshoulder 2015-02-26 14:23:41 +0100
  • 2ae720f494 Update rosenbrock.cpp akumta 2015-02-25 12:26:51 -0800
  • cf0373aa3b Merge branch 'master' of https://github.com/headmyshoulder/odeint-v2 into develop Karsten Ahnert 2015-02-12 10:40:39 +0100
  • 8f6ef31acd adding test for adjust size of bulirsch stoer Karsten Ahnert 2015-02-12 10:36:41 +0100
  • 304a1d459b fixes Trac Ticket #11011 Karsten Ahnert 2015-02-12 10:32:14 +0100
  • f9c7763eda doxygen text Mario Mulansky 2015-02-01 18:14:09 +0100
  • c23fdbeb8f extrapolation stepper as init stepper for abm Mario Mulansky 2015-02-01 18:08:39 +0100
  • 0721600e50 new extrapolation stepper Mario Mulansky 2015-02-01 16:32:18 +0100
  • 2b42b359d4 added test case for velocity-verlet #150 Mario Mulansky 2015-01-31 14:27:25 +0100
  • d74f657316 manual merge Karsten Ahnert 2015-01-29 23:37:56 +0100
  • d3ca31a8e3 removing warnings, see track ticket #10931 Karsten Ahnert 2015-01-29 23:27:44 +0100
  • 4adf0b0f80 fixes #150 Karsten Ahnert 2015-01-29 21:45:06 +0100
  • 54a601d679 fixed compiler flag Mario Mulansky 2015-01-27 16:35:30 +0100
  • d81342d178 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2015-01-27 14:07:05 +0100