Commit Graph

10 Commits

Author SHA1 Message Date
Mario Mulansky
c0e1cf30f9 Merge pull request #19 from boostorg/from_headmyshoulder
Merge from headmyshoulder/odeint-v2
2017-05-09 20:57:34 -07:00
Mario Mulansky
5d3b013955 Update Boost on Travis, fix bug with boost 1.63 2017-05-07 12:40:31 -07:00
Kohei Takahashi
357e5b36e7 Fix missing include. 2016-07-30 16:59:51 +09:00
Mario Mulansky
109e9112a8 added missing adams-bashforth test with 8 steps 2015-01-21 14:38:05 +01:00
Mario Mulansky
f5079fb258 add init_stepper as template param to abm stepper
The Adams-Bashforth-Moulton stepper has now also the initializing stepper
as a template parameter.

This allows to get rid of the specific test case for multi-step methods in
order_quadrature_formula. Furthermore, some cosmetic adjustments were made in
this test: global variables, camel case naming, while loop -> for loop.
2015-01-21 13:52:56 +01:00
GregorDeCillia
5925f23db7 Update order_quadrature_formula.cpp 2015-01-20 10:32:27 +01:00
Gregor de Cillia
8ee12ec2d1 disable warnings 2015-01-20 01:48:57 +01:00
Gregor de Cillia
c7d40ae0f1 applied recommendations mentioned in #146
* state_type is now a double
* rhs is global
* p is a member of rhs, called exponent
* 'main loop' is of the form
	do{ exponent++; ... } while ( error < tolerance );
2015-01-20 01:43:52 +01:00
Gregor de Cillia
b9fa3d5a1c disable warnings 2014-12-23 01:49:00 +01:00
Gregor de Cillia
732d7770ab change name of test to order quadrature formula,
new console output and more comments in the code
2014-12-23 01:35:49 +01:00