2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-25 18:32:14 +00:00

Commit Graph

  • b5597d2473 mini bug fix Karsten Ahnert 2012-08-19 23:56:02 +02:00
  • 96a9b8d0ab Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2012-08-19 23:50:21 +02:00
  • d314648174 merging Karsten Ahnert 2012-08-19 23:50:14 +02:00
  • 5393b78cbf time_iterators Karsten Ahnert 2012-08-19 23:37:05 +02:00
  • 6c2c706798 iterators are now transitive Karsten Ahnert 2012-08-19 15:23:41 +02:00
  • 036f117f69 cleaning for inspect results Karsten Ahnert 2012-08-15 08:59:21 +02:00
  • 38b68b2a7c docs for iterators Karsten Ahnert 2012-08-14 09:33:46 +02:00
  • a7a71eea75 added details section for iterators in the docs Karsten Ahnert 2012-08-11 09:39:02 +02:00
  • eb77949dbe adding adaptive_(time_)iterator specializations for dense_output_steppers Karsten Ahnert 2012-08-11 09:21:50 +02:00
  • c44f9a374f adding test and creating adaptive_iterator Karsten Ahnert 2012-08-10 18:21:13 +02:00
  • 9827d4232f fixed dopri5 allocation bug, added same_instance check Mario Mulansky 2012-08-08 11:07:01 +02:00
  • 17f7091609 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2012-08-06 08:05:11 +02:00
  • 5ce8ca82e1 added stepper categories to stepper concepts Karsten Ahnert 2012-08-06 08:02:51 +02:00
  • 1664982e8c unit tests for const_step_iterator Karsten Ahnert 2012-08-06 07:51:23 +02:00
  • 8873d6cedf improving iterator performance tests Karsten Ahnert 2012-08-02 21:39:15 +02:00
  • 46e417fadd added performance test for iterator Karsten Ahnert 2012-08-02 20:35:02 +02:00
  • 607518f262 typo Mario Mulansky 2012-07-30 20:12:38 +02:00
  • 2eb12ecda4 bugfix in dopri5 error calculation Mario Mulansky 2012-07-29 20:24:35 +02:00
  • 0dfbf9b660 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2012-07-29 15:57:36 +02:00
  • 2e658aa0bd more comments Mario Mulansky 2012-07-29 14:34:17 +02:00
  • 4e374f6640 order of rkn sb3a checked Mario Mulansky 2012-07-29 14:29:23 +02:00
  • 10c9828257 +rosenbrock4 numeric test Mario Mulansky 2012-07-29 14:21:13 +02:00
  • dd3fb3b3c0 added sfinae enablers to util class templates Karsten Ahnert 2012-07-29 14:06:38 +02:00
  • 75f063381e +test of symplectic routines Mario Mulansky 2012-07-29 14:01:50 +02:00
  • f0048cad12 generic test of runge kutta steppers Mario Mulansky 2012-07-27 13:03:48 +02:00
  • e05b11c6e7 bugfix Mario Mulansky 2012-07-27 11:46:56 +02:00
  • acd7da49b1 numeric tests for runge kutta 4 Mario Mulansky 2012-07-27 10:50:51 +02:00
  • 7f44d8faed introducing adaptive iterator Karsten Ahnert 2012-07-24 09:15:59 +02:00
  • 639f8b10ca introducing first flag in iterators Karsten Ahnert 2012-07-10 08:50:16 +02:00
  • 0a54ed3e09 adding find_if example Karsten Ahnert 2012-07-09 10:19:45 +02:00
  • bcabbe61a5 manual merge Karsten Ahnert 2012-07-09 10:10:28 +02:00
  • 3b0d56a05c resolving some small issues with boost.fusion Karsten Ahnert 2012-07-05 10:21:58 +02:00
  • 3a95319be6 introducing const step iterator versions for dense output stepper Karsten Ahnert 2012-07-05 10:03:45 +02:00
  • 735071f11e Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2012-07-03 12:16:04 +02:00
  • f1fa4bfb78 changed integrate_const implementation Mario Mulansky 2012-07-03 12:15:55 +02:00
  • 6aa43ed01f added make_const_step_range and some examples for const_step_iterator Karsten Ahnert 2012-07-03 08:32:22 +02:00
  • 7e5055e313 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2012-07-02 23:34:07 +02:00
  • 3e94027eea added implicit euler based on mlt4 matrix types Karsten Ahnert 2012-07-02 23:33:56 +02:00
  • c7b17ec25d units support for bulirsch stoer dense out Mario Mulansky 2012-07-02 14:10:12 +02:00
  • 68fdb78a1b added inverse time meta function Karsten Ahnert 2012-06-30 12:48:32 +02:00
  • ca1f5389cb all examples do now work with c++03 Karsten Ahnert 2012-06-30 11:04:37 +02:00
  • f46f2eab48 applied patch from slayoo and removed iterator branch stuff Karsten Ahnert 2012-06-29 20:37:12 +02:00
  • 8d3ea80eca Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2012-06-29 15:19:48 +02:00
  • bd481d8343 just one more cast to make expression templates work in min/max functions Mario Mulansky 2012-06-29 15:12:53 +02:00
  • 78ee9fb674 +inv_time_vector Mario Mulansky 2012-06-29 15:11:47 +02:00
  • c2cf7005ec changed by hand Karsten Ahnert 2012-06-29 08:15:31 +02:00
  • 4845d99b8c Merge branch 'iterator' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2012-06-29 08:06:17 +02:00
  • 885156ee63 removed some stuff from the main branch, this stuff still exist in keepthisstuff Karsten Ahnert 2012-06-29 08:05:16 +02:00
  • 6b3c6bc47a checked value/time types in bulirsch stoer Mario Mulansky 2012-06-27 22:54:08 +02:00
  • 13820ff694 merged Mario Mulansky 2012-06-27 21:46:47 +02:00
  • 572091735f css update Mario Mulansky 2012-06-27 21:45:00 +02:00
  • 5b48c56451 added const step iterator Karsten Ahnert 2012-06-27 08:26:09 +02:00
  • 0f126ac9e4 removing empty sections from docs Karsten Ahnert 2012-06-26 07:15:54 +02:00
  • 93c1d4cd12 removing observer from docs Karsten Ahnert 2012-06-26 07:09:51 +02:00
  • 2a8ab88b29 added static assert in adams_bashforth Karsten Ahnert 2012-06-25 22:43:23 +02:00
  • 1dc4268784 small fix in heun example Karsten Ahnert 2012-06-25 22:26:44 +02:00
  • 156361fa20 small fix in heun example Karsten Ahnert 2012-06-25 22:25:10 +02:00
  • 3ee6600df2 small fix in heun example Karsten Ahnert 2012-06-25 22:23:07 +02:00
  • 99dfd57579 add vexcl example and section in the tutorial Karsten Ahnert 2012-06-25 14:12:47 +02:00
  • 50914f11f4 merging error_steppers branch Karsten Ahnert 2012-06-25 13:21:32 +02:00
  • 48a03253b2 removed copy constructors and assignment operators from dense_output_runge_kutta and bulirsch_stoer Karsten Ahnert 2012-06-23 13:58:55 +02:00
  • 3190ee8e52 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2012-06-23 12:54:58 +02:00
  • 6621863a40 changed return type current times and previous time in dense output steppers from const ref to values Karsten Ahnert 2012-06-23 12:54:38 +02:00
  • ccb95bcc13 removing explicit_error_stepper_base.hpp and renaming of explicit_stepper_and_error_stepper_*_base to explicit_error_stepper_*_base and modyfing the docs for the error stepper concept Karsten Ahnert 2012-06-21 08:19:04 +02:00
  • ef46c16443 adding associated types to the concept documentation Karsten Ahnert 2012-06-19 09:35:08 +02:00
  • 76f170d047 added vexcl resizer and tests Karsten Ahnert 2012-06-16 00:52:20 +02:00
  • 3293362186 removed macros.hpp Karsten Ahnert 2012-06-15 08:43:14 +02:00
  • 0c23a5d916 passing time and value type by value Karsten Ahnert 2012-06-15 08:18:14 +02:00
  • 4cdd3f689b changing parameters Karsten Ahnert 2012-06-13 09:27:16 +02:00
  • 2db80b7d2f passing time and value per value Karsten Ahnert 2012-06-13 08:18:58 +02:00
  • 22a990f6b0 clarifying the docs Karsten Ahnert 2012-06-12 08:12:16 +02:00
  • 4d55648902 changes constants definition in rosenbrock, symplectic euler and symplectic rkn Karsten Ahnert 2012-06-12 07:58:41 +02:00
  • c59b1e0f43 doc sprint Mario Mulansky 2012-06-10 17:07:26 +02:00
  • bfa889a723 changed from array<..,1> to just complex<double> Mario Mulansky 2012-06-09 19:23:04 +02:00
  • bcd9cb803e Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2012-06-09 16:40:43 +02:00
  • 39b87e942d Merge pull request #41 from astrodroid/patch-1 Mario Mulansky 2012-06-09 07:39:14 -07:00
  • b0024cc031 I resized the x vector as it was causing runtime errors when trying to compute the Jacobian. astrodroid 2012-06-09 15:24:01 +02:00
  • 630a14a869 introducing disables to solve for ambigous overloads in the do_step and try_step methods Karsten Ahnert 2012-06-07 11:22:26 +02:00
  • 6eff32f1bb fixed ugly abs bug in lorenz_point example Mario Mulansky 2012-06-06 22:24:53 +02:00
  • 2ced74f0fa remove namespace fusion and disabling some ambigous overloads if state_type = type_type Karsten Ahnert 2012-06-06 18:42:25 +02:00
  • 035d5190a4 added example how an own Runge Kutta stepper can be implemented Karsten Ahnert 2012-06-05 10:17:47 +02:00
  • 570993559b added example how an own Runge Kutta stepper can be implemented Karsten Ahnert 2012-06-05 10:15:20 +02:00
  • 33dca26ebe added example how an own Runge Kutta stepper can be implemented Karsten Ahnert 2012-06-05 10:15:16 +02:00
  • 47dbdac33c added initialize function to controlled_runge_kutta (fsal version) Karsten Ahnert 2012-05-29 16:46:40 +02:00
  • 8fc311693b fixed debug output in integrate Mario Mulansky 2012-05-28 17:59:49 +02:00
  • 7e042ddfba fixed units bug in signed time checks Mario Mulansky 2012-05-27 18:12:09 +02:00
  • 8a27976e32 made integrate functions work with neg step size, added test cases Mario Mulansky 2012-05-27 18:03:54 +02:00
  • 8131925248 redesigned integrate_n_steps for dense output, also improved integrate test Mario Mulansky 2012-05-27 16:27:14 +02:00
  • b8b52ccc92 added fortran performance test Mario Mulansky 2012-05-23 22:31:12 +02:00
  • 7609cf11b4 completed examples list in docs Mario Mulansky 2012-05-23 22:30:11 +02:00
  • e7fd6f3a27 spell checking the docs and some minor changes Karsten Ahnert 2012-05-21 23:32:51 +02:00
  • 61b8f1a307 introducing unit helper Karsten Ahnert 2012-05-13 17:03:00 +02:00
  • c0d4e5e1a4 fixed interger overflow error in dopri5, also changed some constant definitions to integers Mario Mulansky 2012-05-02 22:29:32 +02:00
  • 76de1ac8b8 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Karsten Ahnert 2012-04-16 10:30:56 +02:00
  • 604e542fe2 moved unwrap_reference to namespace odeint Karsten Ahnert 2012-04-16 10:30:28 +02:00
  • 434c48db8a added note for support of std::ref and std::cref Karsten Ahnert 2012-04-16 08:44:44 +02:00
  • 2bbf757a3a Merge branch 'master' of github.com:headmyshoulder/odeint-v2 Mario Mulansky 2012-04-13 09:44:31 +02:00
  • 4dca69102b new testcase for trivial state types Mario Mulansky 2012-04-13 09:28:28 +02:00
  • 844c81c515 putting unwrap reference in a single file Karsten Ahnert 2012-04-13 00:26:02 +02:00
  • be9271f1aa Merge remote-tracking branch 'syntion/master' Karsten Ahnert 2012-04-12 22:25:33 +02:00