Commit Graph

1384 Commits

Author SHA1 Message Date
Mario Mulansky
6eff32f1bb fixed ugly abs bug in lorenz_point example 2012-06-06 22:24:53 +02:00
Karsten Ahnert
2ced74f0fa remove namespace fusion and disabling some ambigous overloads if state_type = type_type 2012-06-06 18:42:25 +02:00
Karsten Ahnert
035d5190a4 added example how an own Runge Kutta stepper can be implemented 2012-06-05 10:17:47 +02:00
Karsten Ahnert
570993559b added example how an own Runge Kutta stepper can be implemented 2012-06-05 10:15:20 +02:00
Karsten Ahnert
33dca26ebe added example how an own Runge Kutta stepper can be implemented 2012-06-05 10:15:16 +02:00
Karsten Ahnert
47dbdac33c added initialize function to controlled_runge_kutta (fsal version) 2012-05-29 16:46:40 +02:00
Mario Mulansky
8fc311693b fixed debug output in integrate 2012-05-28 17:59:49 +02:00
Mario Mulansky
7e042ddfba fixed units bug in signed time checks 2012-05-27 18:12:09 +02:00
Mario Mulansky
8a27976e32 made integrate functions work with neg step size, added test cases 2012-05-27 18:03:54 +02:00
Mario Mulansky
8131925248 redesigned integrate_n_steps for dense output, also improved integrate test 2012-05-27 16:27:14 +02:00
Mario Mulansky
b8b52ccc92 added fortran performance test 2012-05-23 22:31:12 +02:00
Mario Mulansky
7609cf11b4 completed examples list in docs 2012-05-23 22:30:11 +02:00
Karsten Ahnert
e7fd6f3a27 spell checking the docs and some minor changes 2012-05-21 23:32:51 +02:00
Karsten Ahnert
61b8f1a307 introducing unit helper 2012-05-13 17:03:00 +02:00
Mario Mulansky
c0d4e5e1a4 fixed interger overflow error in dopri5, also changed some constant definitions to integers 2012-05-02 22:29:32 +02:00
Karsten Ahnert
76de1ac8b8 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 2012-04-16 10:30:56 +02:00
Karsten Ahnert
604e542fe2 moved unwrap_reference to namespace odeint 2012-04-16 10:30:28 +02:00
Karsten Ahnert
434c48db8a added note for support of std::ref and std::cref 2012-04-16 08:44:44 +02:00
Mario Mulansky
2bbf757a3a Merge branch 'master' of github.com:headmyshoulder/odeint-v2 2012-04-13 09:44:31 +02:00
Mario Mulansky
4dca69102b new testcase for trivial state types 2012-04-13 09:28:28 +02:00
Karsten Ahnert
844c81c515 putting unwrap reference in a single file 2012-04-13 00:26:02 +02:00
Karsten Ahnert
be9271f1aa Merge remote-tracking branch 'syntion/master' 2012-04-12 22:25:33 +02:00
Karsten Ahnert
1840c329f1 dummy commit 2012-04-12 21:57:48 +02:00
Christoph Koke
2ea2fad09f added std::ref & std::bind support 2012-04-12 13:57:44 +02:00
Mario Mulansky
cd443dd079 fixed precision bug in dopri5 and rk54_ck_classic and a parameter typo in rk_54ck 2012-04-12 13:09:35 +02:00
Karsten Ahnert
bf082a9d9e merging 2012-04-05 09:25:12 +02:00
Karsten Ahnert
41949f94f8 docs for generation functions 2012-04-05 09:12:43 +02:00
Mario Mulansky
e8dce5cbc0 merged docs 2012-04-04 20:19:48 +02:00
Mario Mulansky
9f684ab983 rewritten doc: details / state_types, algebras, operations 2012-04-04 20:15:35 +02:00
Karsten Ahnert
086dd5a298 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 2012-04-04 09:00:10 +02:00
Karsten Ahnert
445c384599 documentation 2012-04-04 08:59:43 +02:00
Karsten Ahnert
97a0d8264b documentation: boost_range and generation functions 2012-04-04 08:55:37 +02:00
Mario Mulansky
fc3c7a682e +simple 1d double example 2012-04-03 15:05:05 +02:00
Karsten Ahnert
b6bbedde4f boost::range detail documentation 2012-04-03 13:30:07 +02:00
Karsten Ahnert
83c55a4632 documentation: steppers and boost_ref 2012-04-02 20:27:51 +02:00
Karsten Ahnert
b40639d8c0 docs: stochastic euler 2012-04-02 09:30:08 +02:00
Karsten Ahnert
6b622cd2e1 documentation: writing own steppers 2012-03-29 18:54:48 +02:00
Mario Mulansky
0cc06c4219 further small bugfixes for msvc 2012-03-27 17:53:11 +02:00
Mario Mulansky
a03b227f89 fixed several msvc w4 compiler warnings, however it still throws a lot... 2012-03-27 17:07:55 +02:00
Mario Mulansky
d51cb15fe4 msvc cant handle pair of function pointers, replaced with pair of functors 2012-03-27 17:06:57 +02:00
Karsten Ahnert
1dcd47885d addes missing html for docs 2012-03-26 11:10:27 +02:00
Karsten Ahnert
07103fc5b0 Merge branch 'master' of github.com:headmyshoulder/odeint-v2 2012-03-26 11:09:16 +02:00
Karsten Ahnert
9157c577c8 examples and doc 2012-03-26 11:08:15 +02:00
Karsten Ahnert
efef438f4c restructuring the docs, moving the extend section into the details section 2012-03-26 09:16:49 +02:00
Karsten Ahnert
fa3f5444a8 restructuring the docs, moving the extend section into the details section 2012-03-26 09:10:54 +02:00
Mario Mulansky
be86704279 change rk78 coefficient again - the typo was in the book not in our implementation 2012-03-23 10:07:50 +01:00
Karsten Ahnert
e11982302b small bug in integrate_times, generic controllers 2012-03-23 08:21:14 +01:00
Mario Mulansky
367aab54a9 fixed typo in rk78 coefficients 2012-03-23 00:41:06 +01:00
Karsten Ahnert
49e44105bf error checker with l2 norm 2012-03-21 09:36:13 +01:00
Karsten Ahnert
7561d89b52 generic dense output steppers 2012-03-20 09:50:01 +01:00