From 84bd94c2855b301ed5ce0a3aa7631f778a63c685 Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Thu, 21 May 2015 12:22:04 +0200 Subject: [PATCH] fixes #165 removed adams-moutlon from the stepper table as it is not an independent algorithm, but only does the correction step in adams-bashforth-moulton. --- doc/stepper_table.qbk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/stepper_table.qbk b/doc/stepper_table.qbk index a50cdd8e..86e10180 100644 --- a/doc/stepper_table.qbk +++ b/doc/stepper_table.qbk @@ -1,8 +1,8 @@ [/============================================================================ Boost.odeint - Copyright 2011-2012 Karsten Ahnert - Copyright 2011-2012 Mario Mulansky + Copyright 2011-2015 Karsten Ahnert + Copyright 2011-2015 Mario Mulansky Copyright 2012 Sylwester Arabas Use, modification and distribution is subject to the Boost Software License, @@ -21,7 +21,8 @@ [[Fehlberg 78] [`runge_kutta_fehlberg78`] [__error_stepper] [__system] [8] [Yes (7)] [No] [No] [Good high order method with error estimation, to be used in controlled_error_stepper.]] [[Adams Bashforth] [`adams_bashforth`] [__stepper] [__system] [configurable] [No] [No] [Yes] [Multistep method]] - [[Adams Moulton] [`adams_moulton`] [__stepper] [__system] [configurable] [No] [No] [Yes] [Multistep method]] +[/ # removed as it is not an independent algorithm. + [[Adams Moulton] [`adams_moulton`] [__stepper] [__system] [configurable] [No] [No] [Yes] [Multistep method]] \] [[Adams Bashforth Moulton] [`adams_bashforth_moulton`] [__stepper] [__system] [configurable] [No] [No] [Yes] [Combined multistep method]] [[Controlled Runge-Kutta] [`controlled_runge_kutta`] [__controlled_stepper] [__system] [depends] [Yes] [No] [depends] [Error control for __error_stepper. Requires an __error_stepper from above. Order depends on the given ErrorStepper]]