Mario Mulansky
|
63fade416c
|
removed is_resizable from state_wrapper
|
2012-02-08 19:05:40 +01:00 |
|
Mario Mulansky
|
90acc757fb
|
added missing detail/integrate_n_steps.hpp
|
2012-02-08 19:04:49 +01:00 |
|
Mario Mulansky
|
64bbe84d54
|
overwrite start_state with final integration state in all integrate routines
|
2012-02-08 16:31:16 +01:00 |
|
Mario Mulansky
|
ee6ff08f79
|
changed include of cash_karp to dopri5
|
2012-02-08 15:38:46 +01:00 |
|
Mario Mulansky
|
a9a613cb9b
|
added integrate_n_steps versions for controlled and dense-out steppers
|
2012-02-08 15:29:11 +01:00 |
|
Karsten Ahnert
|
f95e4a2dbb
|
added include runge_kutta_cash_karp54.hpp to integrate.hpp
|
2012-02-07 22:27:39 +01:00 |
|
Mario Mulansky
|
cc61b5c9e2
|
work around for the integrate_const issue
|
2012-02-06 12:04:09 +01:00 |
|
Mario Mulansky
|
36aacff208
|
fixed a bug in bulirsch stoer
|
2012-02-06 12:03:39 +01:00 |
|
Karsten Ahnert
|
8875602b42
|
preparing generic controllers moving into trunk
|
2012-01-23 09:29:00 +01:00 |
|
Karsten Ahnert
|
dbcc77b4cb
|
introducing the order in rosenbrock4
|
2012-01-15 15:13:28 +01:00 |
|
Karsten Ahnert
|
8a60274ba4
|
adams_bashforth uses now algebra_stepper_base
|
2012-01-07 18:28:41 +01:00 |
|
Karsten Ahnert
|
3692a1fc0e
|
initializing the members in the adam bashforth steppers fixed
|
2012-01-07 18:12:54 +01:00 |
|
Mario Mulansky
|
c642bf9d81
|
merged boost/random includes in lorenz_parameters.cu
|
2012-01-06 20:59:08 +01:00 |
|
Mario Mulansky
|
cb32e56875
|
fixed thrust resize bug
|
2012-01-06 15:13:09 +01:00 |
|
Karsten Ahnert
|
45a9b6937d
|
algebra stepper base introduced in other steppers
|
2012-01-04 09:48:28 +01:00 |
|
Karsten Ahnert
|
1179798b73
|
algebra stepper base introduced
|
2012-01-03 09:39:36 +01:00 |
|
Mario Mulansky
|
95270713a8
|
Merge branch 'master' of github.com:headmyshoulder/odeint-v2
|
2011-12-20 18:11:31 +01:00 |
|
Mario Mulansky
|
bd51912026
|
2d example
|
2011-12-20 17:07:01 +01:00 |
|
Karsten Ahnert
|
76e7cc5592
|
controlled_runge_kutta details, new generic controller
|
2011-12-20 09:32:55 +01:00 |
|
Karsten Ahnert
|
406711a35b
|
making all algebra methods static
|
2011-12-17 19:47:26 +01:00 |
|
Karsten Ahnert
|
8a5a697c14
|
small fix in rosenbrock
|
2011-12-12 09:13:37 +01:00 |
|
Karsten Ahnert
|
64d629a1bc
|
thrust, makefiles and removing boost::random from the examples. They dont compile with nvcc
|
2011-12-11 00:02:34 +01:00 |
|
Karsten Ahnert
|
a92c1f137c
|
adams bashforth with auto initializing
|
2011-11-30 19:42:45 +01:00 |
|
Karsten Ahnert
|
1a6322a456
|
merging
|
2011-11-28 21:14:53 +01:00 |
|
Karsten Ahnert
|
86a99e0ece
|
documentation, reset and initialize for the FSAL steppers
|
2011-11-28 21:13:38 +01:00 |
|
Mario Mulansky
|
d218430185
|
merge...
|
2011-11-25 18:28:21 +01:00 |
|
Mario Mulansky
|
ce56a89be3
|
more doc on state_types
|
2011-11-25 18:23:12 +01:00 |
|
Karsten Ahnert
|
730d9205ac
|
refactoring resize to resize_impl and making them private everywhere
|
2011-11-23 09:23:11 +01:00 |
|
Karsten Ahnert
|
4b744fc95e
|
documentation
|
2011-11-22 18:54:18 +01:00 |
|
Mario Mulansky
|
7aaa081cb9
|
fixed (hopefully) reference bug in generic rk implementation
|
2011-11-17 16:08:25 +01:00 |
|
Karsten Ahnert
|
c5a7d9f58b
|
get_version_string inlined und docs
|
2011-11-11 10:14:12 +01:00 |
|
Mario Mulansky
|
b78883bdde
|
bugfix for array algebra reduce
|
2011-11-05 16:11:26 +01:00 |
|
Mario Mulansky
|
7cd6f0e0a5
|
moved resizing from state_wrapper to static functions
|
2011-10-31 17:11:30 +01:00 |
|
Karsten Ahnert
|
79305da883
|
added missing functions
|
2011-10-30 07:52:36 +01:00 |
|
Karsten Ahnert
|
7d1791f85f
|
same_size and resize to static structs, and documentation
|
2011-10-30 00:49:31 +02:00 |
|
Karsten Ahnert
|
8c504873be
|
Merge branch 'master' of github.com:headmyshoulder/odeint-v2
|
2011-10-26 21:17:04 +02:00 |
|
Karsten Ahnert
|
077f518130
|
structuring the docs, introducing the version
|
2011-10-26 21:15:04 +02:00 |
|
Mario Mulansky
|
12fc45e27e
|
fixed bug in integrate_adaptive called with basic stepper
|
2011-10-25 11:44:57 +02:00 |
|
Mario Mulansky
|
af29f708ba
|
Merge branch 'master' of github.com:headmyshoulder/odeint-v2
|
2011-10-24 21:14:48 +02:00 |
|
Mario Mulansky
|
0dd423bbad
|
changed resize handling to use global functions
|
2011-10-24 18:43:02 +02:00 |
|
Mario Mulansky
|
be87965b05
|
added adams-bashforth-moulton to odeint.hpp, fixed const qualifier in generic_algorithm
|
2011-10-20 16:37:07 +02:00 |
|
Mario Mulansky
|
38cc194ef3
|
performance tunes
|
2011-09-28 20:16:26 +02:00 |
|
Karsten Ahnert
|
df371c5859
|
factory functions added
|
2011-09-26 09:21:28 +02:00 |
|
Mario Mulansky
|
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...
|
2011-09-08 17:50:52 +02:00 |
|
Mario Mulansky
|
17928242d3
|
renamed controlled_explicit -> controlled_runge_kutta, refactored dense_output and renamed to dense_output_runge_kutta
|
2011-09-01 17:15:13 +02:00 |
|
Mario Mulansky
|
c8af0d6cb5
|
do not include bulirsch_stoer_dense_out.hpp for nvcc
|
2011-08-25 16:25:23 +02:00 |
|
Mario Mulansky
|
1147bc21b3
|
fixed small typos and const bug
|
2011-08-23 12:15:03 +02:00 |
|
Mario Mulansky
|
72e43e0002
|
+overview of algebra/operations combination possibilities
|
2011-08-22 15:54:19 +02:00 |
|
Mario Mulansky
|
63eba6aacc
|
more on algebra concepts
|
2011-08-22 10:09:41 +02:00 |
|
Mario Mulansky
|
4801c9fcf4
|
re-included integrate_times with ranges
|
2011-08-21 11:46:57 +02:00 |
|