Mario Mulansky
7d7da585af
more readme info
2011-07-04 16:26:50 +02:00
headmyshoulder
f648547cb2
github generated gh-pages branch
2011-07-04 07:19:03 -07:00
headmyshoulder
28d07b0ca4
Edited README via GitHub
2011-07-04 07:14:16 -07:00
Karsten Ahnert
7c27f14d67
removed eclipse project files
2011-07-04 16:11:54 +02:00
Karsten Ahnert
f61356632d
Merge branch 'master' of github.com:headmyshoulder/odeint-v2
2011-07-04 16:05:02 +02:00
Karsten Ahnert
7923f310e6
initial commit
2011-07-04 15:46:52 +02:00
mariomulansky
73f83b31dc
+survey over existing libs
2011-06-29 12:20:28 +00:00
mariomulansky
59992e4397
reconfigured bjam for windows
2011-06-28 12:01:01 +00:00
mariomulansky
e83eecf8ec
added resizing to wrapper in ideas
2011-06-26 14:03:29 +00:00
mariomulansky
bca94c1f24
prototype implementation of state_wrapper idea and new resizing concept in ideas/state_wrapper
2011-06-26 07:37:29 +00:00
mariomulansky
169d8db2c8
changed gsl adapter to run with gsl_vector* instead of gsl_vector
2011-06-25 12:15:18 +00:00
mariomulansky
ef82466c32
added test case for gsl_vector
2011-06-24 14:53:47 +00:00
mariomulansky
ffeb6aa9d3
deleted adjust_size_callers (default_adjust_size , matrix_vector_adjust_size), vector-matrix resizing is now implemented simply by respective specializations of same_size and adjust_size - see ublas_resize.hpp
2011-06-24 14:29:32 +00:00
mariomulansky
a7b7117add
adjusted tests to run with msvc 10
...
rosenbrock4.cpp still fails with NULL pointer exception, see rosenbrock4_controller.hpp. Maybe add rosenbrock4_controller to copying tests to find out whats going on.
However, on msvc 9 all tests run
2011-06-12 00:49:10 +00:00
mariomulansky
28f1bd24bc
refactored generic steppers
...
now all tests pass nicely
2011-06-04 11:57:03 +00:00
mariomulansky
9e53352843
added generic error stepper
...
construct/copy tests fail, some refactoring required to fix this.
2011-06-03 22:21:51 +00:00
mariomulansky
62647e9553
added resizing tests for generic stepper
2011-06-03 16:39:38 +00:00
mariomulansky
e55336c5fc
copying of generic steppers now works
2011-06-03 16:12:09 +00:00
mariomulansky
722cfd49c9
added explicit_rk4_generic
...
added copy constructor and assign operator to generic_rk, not finished yet - stepper_copying still fails due to missing deriv_type initializations
2011-06-01 15:07:30 +00:00
karsten
2092835011
adams bashforth
2011-06-01 09:16:28 +00:00
karsten
f69bdc4791
Jamfile comments for generating doxygen documentation
2011-06-01 09:11:16 +00:00
mariomulansky
3bfdad59e6
added algebra_caller and operations_caller for the generic stepper
...
added performance tests for odeint_generic
2011-05-30 15:37:06 +00:00
mariomulansky
28214d131a
crude state wrapper implementation
2011-05-29 17:54:29 +00:00
mariomulansky
24455d40d0
tests now pass again with gcc and icc (sorry)
2011-05-29 16:26:43 +00:00
mariomulansky
9c6539fba6
improved generic stepper implementation - now uses range algebra. however, code is still a bit ugly...
2011-05-28 12:24:46 +00:00
karsten
cb37c83190
adams bashforth moulton
2011-05-27 08:45:57 +00:00
karsten
299e14fee5
fixed errors in adams_moulton
2011-05-27 07:33:52 +00:00
karsten
5fd3cacc48
small fix in generic_algebra and pp check for msvc
2011-05-27 07:25:04 +00:00
karsten
56e36daa37
adams moulton, sry will not compile
2011-05-25 19:01:04 +00:00
karsten
6ccf79d4b1
adams moultons and some tests
2011-05-25 06:22:45 +00:00
mariomulansky
8764c4d82d
tests for generic stepper (accuracy to be checked)
2011-05-25 05:00:09 +00:00
mariomulansky
48a5548c24
generic stepper fulfilling stepper concept (well, almost...)
2011-05-25 04:58:19 +00:00
mariomulansky
997c8aee79
some points in TODO for andrew
2011-05-18 16:18:46 +00:00
karsten
95c13f0987
adams bashforth continued
2011-05-17 18:22:49 +00:00
karsten
0757493c24
initial check in for adams bashforth, is_pair moved to util and some small changes in the docs
2011-05-16 10:03:42 +00:00
mariomulansky
2f3ebd62ef
changed std::tr1::array -> boost::array to be platform independent
...
removed reference in taylor.hpp to make it compile with msvc
2011-05-15 19:18:12 +00:00
mariomulansky
5e3ca1980b
+ phase lattice performance
2011-05-15 19:17:03 +00:00
mariomulansky
2c12fb7cec
minor changes
2011-05-15 19:13:40 +00:00
karsten
46c5b80046
introducing the concepts in the docs
2011-05-14 15:13:39 +00:00
mariomulansky
efcce329e7
better msvc performance
2011-05-13 15:43:23 +00:00
karsten
cc1d7d3bed
chunk the first section
2011-05-13 10:21:57 +00:00
karsten
87b29a72a5
added caution button to the docs
2011-05-13 10:07:33 +00:00
karsten
e1a8f16c30
performance test taylor v4 now with absolute value
2011-05-13 08:58:46 +00:00
karsten
a774a25f28
performance test taylor v4 now with absolute value
2011-05-13 08:26:45 +00:00
mariomulansky
6abbf04520
reorganized rk54ck tests
2011-05-13 07:30:59 +00:00
karsten
3d4f13fc48
introducing the absolute value in taylor controller
2011-05-13 06:58:50 +00:00
mariomulansky
ee1829fa37
fixed free mem bug
2011-05-12 08:17:48 +00:00
mariomulansky
1783e8ae20
reorganized test cases
...
performance tests are killing me!!! it seems we get higher performance when using structs instead of functions for the rhs...
2011-05-11 15:10:44 +00:00
karsten
293a23a7d4
some updated results
2011-05-11 10:00:55 +00:00
karsten
a40cc5b064
performance test for taylor v4
2011-05-11 06:52:32 +00:00