Karsten Ahnert
|
d405ae01d1
|
added runge_kutta_cash_karp54.hpp to odeint.hpp
|
2011-08-14 14:03:54 +02:00 |
|
Mario Mulansky
|
8746e5f435
|
changed bulirsch stoer stepsize adjusmtent
|
2011-08-13 01:00:32 +02:00 |
|
Mario Mulansky
|
21f76a784d
|
bulirsch stoer with dense output can now be used - tested on nontrivial example (elliptic functions), everything looks fine.
|
2011-08-12 01:10:07 +02:00 |
|
Mario Mulansky
|
511ce403b0
|
finally made bulirsch stoer dense output running git add libs/numeric/odeint/examples/elliptic_functions.cpp
|
2011-08-11 02:03:50 +02:00 |
|
Mario Mulansky
|
193f6b6613
|
bs dense out still buggy, try new approach
|
2011-08-10 23:28:24 +02:00 |
|
Mario Mulansky
|
21628a9192
|
integrate with dense output now ends exactly at endpoint
|
2011-08-09 02:05:10 +02:00 |
|
Mario Mulansky
|
1c1263ee4e
|
integrate with dense output now ends exactly at endpoint
|
2011-08-09 02:04:49 +02:00 |
|
Karsten Ahnert
|
f42f51b931
|
fix in thrust operations
|
2011-08-04 13:39:07 +02:00 |
|
Mario Mulansky
|
44870555f6
|
fixed small bug in test
|
2011-08-03 15:41:01 +02:00 |
|
Mario Mulansky
|
bfec69c485
|
bulirsch stoer with dense output running, but might still have bugs
|
2011-08-03 15:24:54 +02:00 |
|
Mario Mulansky
|
aa44bd8f1b
|
small vector size fix
|
2011-08-02 00:22:04 +02:00 |
|
Mario Mulansky
|
333f79b57b
|
Merge branch 'master' of github.com:headmyshoulder/odeint-v2
|
2011-08-02 00:16:04 +02:00 |
|
Mario Mulansky
|
55a50756c1
|
added bulirsch stoer dense output - not tested yet
|
2011-08-02 00:14:42 +02:00 |
|
Karsten Ahnert
|
40218fec3b
|
phase ensemble example and integrate functions fix
|
2011-07-29 01:18:18 +02:00 |
|
Karsten Ahnert
|
9da0dc045b
|
lorenz bifurcation thrust example, thrust_algebra and operations for for_each8 and controlled stepper
|
2011-07-27 15:11:16 +02:00 |
|
Karsten Ahnert
|
891e2c6548
|
Merge branch 'master' of github.com:headmyshoulder/odeint-v2
|
2011-07-21 22:04:39 +02:00 |
|
Karsten Ahnert
|
bdfb0acff2
|
merging
|
2011-07-21 22:03:29 +02:00 |
|
Mario Mulansky
|
95016801c6
|
small changes
|
2011-07-21 16:28:57 +02:00 |
|
Mario Mulansky
|
739abc9ff5
|
rk87 is now error stepper
|
2011-07-21 10:13:41 +02:00 |
|
Mario Mulansky
|
28da8cc2af
|
changed mkl operations to ensure intel 11.1 compatibility
|
2011-07-20 22:49:17 +02:00 |
|
Mario Mulansky
|
768d5991e1
|
small fix in resizer calls to be compatible with gcc-4.3
|
2011-07-20 18:18:50 +02:00 |
|
Mario Mulansky
|
31e807793d
|
+ phase_lattice performance tests including Intel MKL port
|
2011-07-20 17:56:38 +02:00 |
|
Mario Mulansky
|
39f82eea4d
|
runge kutta 78 now working nicely, also with units. However, rk78 is not tested with units as gcc requires >4GB RAM to compile.
|
2011-07-20 17:32:19 +02:00 |
|
Mario Mulansky
|
8ab733abfd
|
+runge kutta 78 (not working yet)
|
2011-07-20 09:56:45 +02:00 |
|
Mario Mulansky
|
f4d3dde942
|
changed resizing tag in state_wrapper from type to value to make it work with nvcc
|
2011-07-19 14:10:52 +02:00 |
|
Mario Mulansky
|
d1004448c3
|
removed ublas_resize
|
2011-07-19 13:10:43 +02:00 |
|
Mario Mulansky
|
9fb3209243
|
renamed runge_kutta_fehlberg4 -> runge_kutta4
|
2011-07-19 10:27:16 +02:00 |
|
Karsten Ahnert
|
16a086ec03
|
changing odeint.hpp
|
2011-07-18 21:20:44 +02:00 |
|
Karsten Ahnert
|
3d9a678b42
|
code cleanup, tabs, header guards und copyright preamble...
|
2011-07-18 21:15:52 +02:00 |
|
Mario Mulansky
|
477a62bb5f
|
renamed steppers
|
2011-07-18 17:38:17 +02:00 |
|
Mario Mulansky
|
d3ae35662b
|
Merge branch 'state_wrapper'
Conflicts:
boost/numeric/odeint/stepper/dense_output_controlled_explicit_fsal.hpp
boost/numeric/odeint/util/ublas_resize.hpp
libs/numeric/odeint/examples/chaotic_system.cpp
libs/numeric/odeint/examples/gram_schmidt.hpp
|
2011-07-18 14:13:45 +02:00 |
|
Mario Mulansky
|
b158d0b134
|
bugfix in order control of bs
|
2011-07-18 10:06:16 +02:00 |
|
Karsten Ahnert
|
0eb1f7911b
|
2d phase lattice example finished
|
2011-07-17 23:06:23 +02:00 |
|
Mario Mulansky
|
24512db2d2
|
bulirsch stoer working (not fully tested yet)
|
2011-07-17 22:49:04 +02:00 |
|
Karsten Ahnert
|
dce9333feb
|
2d phase lattice
|
2011-07-17 19:59:59 +02:00 |
|
Karsten Ahnert
|
5f980e808c
|
2d phase oscillator lattice example
|
2011-07-17 11:13:36 +02:00 |
|
Karsten Ahnert
|
f0ba7f21c2
|
preparting for the two dimensional phase lattice
|
2011-07-16 16:32:36 +02:00 |
|
Mario Mulansky
|
c392c82d38
|
bulirsch stoer compiling, but still buggy
|
2011-07-15 16:11:58 +02:00 |
|
Karsten Ahnert
|
bb96dada17
|
integrate works now with boost::ref on the observer
|
2011-07-14 08:37:37 +02:00 |
|
Karsten Ahnert
|
65471fe773
|
examples added and documentation enhanced, the phase oscillator ensemble is not completed yet
|
2011-07-13 18:51:42 +02:00 |
|
Mario Mulansky
|
77a5d542fd
|
everything prepared for burlish stoer implementation...
|
2011-07-13 18:09:52 +02:00 |
|
Mario Mulansky
|
02cb3162a2
|
added explicit_midpoint and started bs stepper
|
2011-07-12 20:14:31 +02:00 |
|
Mario Mulansky
|
5e867b3cf7
|
added algebra constructors
|
2011-07-12 12:19:23 +02:00 |
|
Mario Mulansky
|
6c4e12d12f
|
small fix adams_bashforth, initialization order
|
2011-07-12 11:38:07 +02:00 |
|
Mario Mulansky
|
af74a2ea9e
|
constructors in adams_bashforth needed for msvc
|
2011-07-12 11:32:39 +02:00 |
|
Mario Mulansky
|
dde254c31d
|
several improvements following karsten's suggestions - everything compiles and runs, except thrust
|
2011-07-12 11:18:03 +02:00 |
|
Mario Mulansky
|
43957f1517
|
everything compiling and all tests passing
|
2011-07-11 21:37:32 +02:00 |
|
Mario Mulansky
|
f41c7891f3
|
adams bashforth fix
|
2011-07-11 19:56:49 +02:00 |
|
Mario Mulansky
|
e4e6a1d21f
|
Merge branch 'state_wrapper' of github.com:headmyshoulder/odeint-v2 into state_wrapper
|
2011-07-11 19:52:01 +02:00 |
|
Mario Mulansky
|
d2afd886c2
|
copying tests extended
|
2011-07-11 19:51:10 +02:00 |
|