Commit Graph

  • dd71d83e58 small bugfixes for clang - everything works, except that somehow the mkl example doesn't compile due to /opt/intel/composerxe-2011.2.137/ipp/include:/opt/intel/composerxe-2011.2.137/mkl/include:/opt/intel/composerxe-2011.2.137/ipp/include:/opt/intel/composerxe-2011.2.137/mkl/include issues... Mario Mulansky 2011-09-08 17:50:52 +0200
  • e73e8b1010 thrust makefile Karsten Ahnert 2011-09-03 10:37:56 +0200
  • ae29ce0694 thrust makefile Karsten Ahnert 2011-09-03 10:35:26 +0200
  • 17928242d3 renamed controlled_explicit -> controlled_runge_kutta, refactored dense_output and renamed to dense_output_runge_kutta Mario Mulansky 2011-09-01 17:15:13 +0200
  • c8af0d6cb5 do not include bulirsch_stoer_dense_out.hpp for nvcc Mario Mulansky 2011-08-25 16:25:23 +0200
  • bd55838245 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-08-25 16:02:59 +0200
  • 7e3e8ecb29 +state wrapper concept Mario Mulansky 2011-08-25 16:02:36 +0200
  • bb3f0b1701 fixed small typos Mario Mulansky 2011-08-23 12:16:27 +0200
  • 1147bc21b3 fixed small typos and const bug Mario Mulansky 2011-08-23 12:15:03 +0200
  • 66bf6f9965 more docs Mario Mulansky 2011-08-22 20:21:31 +0200
  • e66538016b some words on applicability in docs Mario Mulansky 2011-08-22 20:18:54 +0200
  • 72e43e0002 +overview of algebra/operations combination possibilities Mario Mulansky 2011-08-22 15:54:19 +0200
  • 63eba6aacc more on algebra concepts Mario Mulansky 2011-08-22 10:09:41 +0200
  • e3ba821bf0 + state algebra operations concept started Mario Mulansky 2011-08-21 19:41:29 +0200
  • 4801c9fcf4 re-included integrate_times with ranges Mario Mulansky 2011-08-21 11:46:57 +0200
  • cb0263d085 renamed do_nothing_observer -> null_observer Mario Mulansky 2011-08-19 21:49:40 +0200
  • f52c1393bf added stepper table + integrate functions Mario Mulansky 2011-08-19 19:53:33 +0200
  • 687cc4de01 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-08-19 16:09:31 +0200
  • 5cce510322 Revert "Range version of integrate_times created" Mario Mulansky 2011-08-19 16:08:15 +0200
  • abc9aba706 integrate test for implicit steppers, small docs improvements Mario Mulansky 2011-08-18 17:50:09 +0200
  • 0a3cc2bdbc changed dense_output_controlled_explicit_fsal to dense_output_controlled_explicit including a stepper_tag switch changed integrate_n_steps function to only work with steppers and error_steppers changed rosenbrock4 to also be a stepper not only an error_stepper (might need further inspection) updated stepper table in the docs added integrate_n_steps description to the docs Mario Mulansky 2011-08-18 16:24:05 +0200
  • 1aa57968c0 added integrate functions description to the docs Mario Mulansky 2011-08-18 13:37:57 +0200
  • bc3b904a6b Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-08-18 10:53:42 +0200
  • e5fca693e2 some words on integrate functions Mario Mulansky 2011-08-18 10:49:52 +0200
  • bb0559332a Range version of integrate_times created Karsten Ahnert 2011-08-17 20:53:37 +0200
  • d28a749174 added integrate function tests and slightly changed some details of integrate functions Mario Mulansky 2011-08-17 19:19:26 +0200
  • 9753f4e988 added integrate_times function, added copy constructor to bulirsch stoer dens out and fixed a small resizing bug Mario Mulansky 2011-08-17 16:04:23 +0200
  • ac1f582bdd removed merge relicts Karsten Ahnert 2011-08-17 10:18:23 +0200
  • 5e8f9b3500 controlled step result changed Karsten Ahnert 2011-08-17 09:46:12 +0200
  • 56a080b4d0 changing controlled_step_result Karsten Ahnert 2011-08-17 09:13:48 +0200
  • f58d0db8bc changing argument order in ctor of controlled stepper Karsten Ahnert 2011-08-17 08:52:31 +0200
  • 41a15f6102 fixed small bug in bulirsch stoer and stepper concept test Mario Mulansky 2011-08-16 18:53:04 +0200
  • 8b05d04da4 +resizing example Mario Mulansky 2011-08-15 21:25:51 +0200
  • d405ae01d1 added runge_kutta_cash_karp54.hpp to odeint.hpp Karsten Ahnert 2011-08-14 14:03:54 +0200
  • f317943620 many concept docs added Karsten Ahnert 2011-08-13 20:53:00 +0200
  • 8746e5f435 changed bulirsch stoer stepsize adjusmtent Mario Mulansky 2011-08-13 01:00:32 +0200
  • 5abfd66504 added system, observer and stepper concepts Mario Mulansky 2011-08-13 00:41:42 +0200
  • d3fc0686c3 system concepts Mario Mulansky 2011-08-12 17:43:23 +0200
  • 21f76a784d bulirsch stoer with dense output can now be used - tested on nontrivial example (elliptic functions), everything looks fine. Mario Mulansky 2011-08-12 01:10:07 +0200
  • 69f12a025e Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-08-11 20:16:20 +0200
  • d878169301 typo... Mario Mulansky 2011-08-11 20:11:50 +0200
  • 7703d114c3 some words on concepts Mario Mulansky 2011-08-11 20:05:26 +0200
  • 511ce403b0 finally made bulirsch stoer dense output running git add libs/numeric/odeint/examples/elliptic_functions.cpp Mario Mulansky 2011-08-11 02:03:50 +0200
  • 193f6b6613 bs dense out still buggy, try new approach Mario Mulansky 2011-08-10 23:28:24 +0200
  • be6a8a84bf Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-08-10 11:21:25 +0200
  • 47aeabc142 some changes in cuda example Mario Mulansky 2011-08-10 11:21:19 +0200
  • 21628a9192 integrate with dense output now ends exactly at endpoint Mario Mulansky 2011-08-09 02:05:10 +0200
  • 1c1263ee4e integrate with dense output now ends exactly at endpoint Mario Mulansky 2011-08-09 02:04:49 +0200
  • 663a5893c7 Merge branch 'gh-pages' of github.com:headmyshoulder/odeint-v2 into gh-pages Karsten Ahnert 2011-08-05 18:29:27 +0200
  • d9d1753ecc docs updated Karsten Ahnert 2011-08-05 18:29:04 +0200
  • 21d843d825 small typo Karsten Ahnert 2011-08-05 18:25:53 +0200
  • 6a07349e79 proof read thrust tutorial unknown 2011-08-04 22:45:14 +0200
  • 284e16ca88 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-08-04 13:52:39 +0200
  • f42f51b931 fix in thrust operations Karsten Ahnert 2011-08-04 13:39:07 +0200
  • 9a2fb952ca fixing some typo in thrust documentation Karsten Ahnert 2011-08-04 10:41:37 +0200
  • 0a492da49d Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-08-04 09:34:15 +0200
  • 4fb6cf2003 keine ahnung Mario Mulansky 2011-08-04 09:34:10 +0200
  • 44870555f6 fixed small bug in test Mario Mulansky 2011-08-03 15:41:01 +0200
  • 33ae40acd8 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-08-03 15:25:12 +0200
  • bfec69c485 bulirsch stoer with dense output running, but might still have bugs Mario Mulansky 2011-08-03 15:24:54 +0200
  • cc8e2d7ca1 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2011-08-03 14:25:29 +0200
  • 3f266f4f09 finalizing cuda examples, todo: spell check Karsten Ahnert 2011-08-03 14:19:31 +0200
  • aa44bd8f1b small vector size fix Mario Mulansky 2011-08-02 00:22:04 +0200
  • 333f79b57b Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-08-02 00:16:04 +0200
  • 55a50756c1 added bulirsch stoer dense output - not tested yet Mario Mulansky 2011-08-02 00:14:42 +0200
  • c578daf5e3 thrust examples Karsten Ahnert 2011-08-01 18:58:25 +0200
  • 1989530636 thrust tutorial and examples Karsten Ahnert 2011-07-29 15:53:15 +0200
  • 40218fec3b phase ensemble example and integrate functions fix Karsten Ahnert 2011-07-29 01:18:18 +0200
  • 9da0dc045b lorenz bifurcation thrust example, thrust_algebra and operations for for_each8 and controlled stepper Karsten Ahnert 2011-07-27 15:11:16 +0200
  • 268e3a63d2 thrust examples Karsten Ahnert 2011-07-26 09:33:54 +0200
  • 33e5138e22 gmp example Karsten Ahnert 2011-07-22 17:32:04 +0200
  • bd358df99b Edited TODO via GitHub Mario Mulansky 2011-07-21 14:32:54 -0700
  • 891e2c6548 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2011-07-21 22:04:39 +0200
  • bdfb0acff2 merging Karsten Ahnert 2011-07-21 22:03:29 +0200
  • 66f0ffd8f3 gmp example Karsten Ahnert 2011-07-21 22:00:29 +0200
  • 95016801c6 small changes Mario Mulansky 2011-07-21 16:28:57 +0200
  • 739abc9ff5 rk87 is now error stepper Mario Mulansky 2011-07-21 10:13:41 +0200
  • 28da8cc2af changed mkl operations to ensure intel 11.1 compatibility Mario Mulansky 2011-07-20 22:49:17 +0200
  • 768d5991e1 small fix in resizer calls to be compatible with gcc-4.3 Mario Mulansky 2011-07-20 18:18:50 +0200
  • 31e807793d + phase_lattice performance tests including Intel MKL port Mario Mulansky 2011-07-20 17:56:38 +0200
  • 39f82eea4d runge kutta 78 now working nicely, also with units. However, rk78 is not tested with units as gcc requires >4GB RAM to compile. Mario Mulansky 2011-07-20 17:32:19 +0200
  • 4ccff80797 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-07-20 09:56:53 +0200
  • 8ab733abfd +runge kutta 78 (not working yet) Mario Mulansky 2011-07-20 09:56:45 +0200
  • dc18e4cc34 changing TODO Karsten Ahnert 2011-07-20 09:29:53 +0200
  • e90d608d55 resizing and scaling of the phase oscillator images Karsten Ahnert 2011-07-20 09:25:17 +0200
  • 50fc38b186 added thrust documentation initial document Karsten Ahnert 2011-07-20 09:21:09 +0200
  • 1e3138c7eb Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2011-07-20 09:03:28 +0200
  • 2f9baa72db 2d phase lattice example now with images Karsten Ahnert 2011-07-19 18:00:56 +0200
  • f4d3dde942 changed resizing tag in state_wrapper from type to value to make it work with nvcc Mario Mulansky 2011-07-19 14:10:52 +0200
  • d1004448c3 removed ublas_resize Mario Mulansky 2011-07-19 13:10:43 +0200
  • 9fb3209243 renamed runge_kutta_fehlberg4 -> runge_kutta4 Mario Mulansky 2011-07-19 10:27:16 +0200
  • bb2553cdd5 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2011-07-19 10:02:13 +0200
  • 8861d1b144 performance tests relocated Mario Mulansky 2011-07-19 09:47:36 +0200
  • 16a086ec03 changing odeint.hpp Karsten Ahnert 2011-07-18 21:20:44 +0200
  • 3d9a678b42 code cleanup, tabs, header guards und copyright preamble... Karsten Ahnert 2011-07-18 21:15:52 +0200
  • ebd5888471 Edited index.html via GitHub headmyshoulder 2011-07-18 09:34:39 -0700
  • 3257c86454 put link into the index.html Karsten Ahnert 2011-07-18 18:30:49 +0200
  • d4579808d2 added docs Karsten Ahnert 2011-07-18 18:29:05 +0200
  • e719fbc35d removed doc submodule Karsten Ahnert 2011-07-18 18:26:08 +0200
  • a698a0a25c added doc Karsten Ahnert 2011-07-18 18:21:31 +0200