Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60337 - sandbox/odeint
From: karsten.ahnert_at_[hidden]
Date: 2010-03-08 03:05:48


Author: karsten
Date: 2010-03-08 03:05:47 EST (Mon, 08 Mar 2010)
New Revision: 60337
URL: http://svn.boost.org/trac/boost/changeset/60337

Log:
add more reference about hamiltonian steppers
Text files modified:
   sandbox/odeint/ToDo | 16 ++++++++++++++--
   1 files changed, 14 insertions(+), 2 deletions(-)

Modified: sandbox/odeint/ToDo
==============================================================================
--- sandbox/odeint/ToDo (original)
+++ sandbox/odeint/ToDo 2010-03-08 03:05:47 EST (Mon, 08 Mar 2010)
@@ -43,7 +43,7 @@
   * auch für checks ob abs() vorhanden ist
 
 
-Karsten: check
+Karsten:
 * hamiltonian solvers with input std::pair< container_type , container_type >, than it can be used in integrate_const.
 
 Mario: check
@@ -91,7 +91,7 @@
 * solar system
   * http://ssd.jpl.nasa.gov/
   * masses: http://ssd.jpl.nasa.gov/?planet_phys_par
-
+ * other examples in the Hairer book
 
 
 
@@ -103,6 +103,18 @@
 
 
 
+= Hamiltonian solvers =
+
+* we use a symmetric composition RK method, see Leimkuhler / Reich pp.145
+* we use sb3a in http://www.massey.ac.nz/~rmclachl/sisc95.pdf
+* see also
+ * http://physics.hardwire.cz/mirror/Yoshida-symplectic-PLA00.pdf
+ * http://personales.upv.es/~serblaza/publications.html, 2002
+ * http://www.massey.ac.nz/~rmclachl/pubs.html , 1995 On numerical integration ...
+ * http://math-www.uni-paderborn.de/~walter/publications/
+ * http://arxiv.org/abs/astro-ph/0005074
+* check other methods, Nystrom ...
+
 
 = Wish list =
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk