Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81774 - in trunk/libs: . numeric/odeint numeric/odeint/doc numeric/odeint/test
From: karsten.ahnert_at_[hidden]
Date: 2012-12-07 16:21:27


Author: karsten
Date: 2012-12-07 16:21:26 EST (Fri, 07 Dec 2012)
New Revision: 81774
URL: http://svn.boost.org/trac/boost/changeset/81774

Log:
removing odeint inspect error and adding odeint to libraries.html and adding odeints maintainers
Text files modified:
   trunk/libs/libraries.htm | 2 ++
   trunk/libs/maintainers.txt | 1 +
   trunk/libs/numeric/odeint/doc/tutorial_special_topics.qbk | 2 +-
   trunk/libs/numeric/odeint/index.html | 7 ++++++-
   trunk/libs/numeric/odeint/test/integrate_times.cpp | 5 ++---
   5 files changed, 12 insertions(+), 5 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2012-12-07 16:21:26 EST (Fri, 07 Dec 2012)
@@ -227,6 +227,7 @@
     Mu&ntilde;oz.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
+ <li>odeint - Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.</li>
     <li>operators - Templates
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>
@@ -705,6 +706,7 @@
      for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando </li>
+ <li>odeint - Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.</li>
     <li>operators - Templates
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>

Modified: trunk/libs/maintainers.txt
==============================================================================
--- trunk/libs/maintainers.txt (original)
+++ trunk/libs/maintainers.txt 2012-12-07 16:21:26 EST (Fri, 07 Dec 2012)
@@ -70,6 +70,7 @@
 multiprecision John Maddock <john -at- johnmaddock.co.uk>, christopher Kormanyos <e_float -at- yahoo.com>
 numeric/conversion Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>, Brandon Kohn <blkohn -at- hotmail.com>
 numeric/interval Sylvain Pion <Sylvain.Pion -at- sophia.inria.fr>, Herve Bronnimann <hbr -at- poly.edu>, Guillaume Melquiond <guillaume.melquiond -at- ens-lyon.fr>
+numeric/odeint Karsten Ahnert <karsten.ahnert -at- gmx.de>, Mario Mulansky <mario.mulansky -at- gmx.net>
 numeric/ublas Michael Stevens <michael -at- michael-stevens.de>
 optional Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>
 operators Daniel Frey <d.frey -at- gmx.de>

Modified: trunk/libs/numeric/odeint/doc/tutorial_special_topics.qbk
==============================================================================
--- trunk/libs/numeric/odeint/doc/tutorial_special_topics.qbk (original)
+++ trunk/libs/numeric/odeint/doc/tutorial_special_topics.qbk 2012-12-07 16:21:26 EST (Fri, 07 Dec 2012)
@@ -213,7 +213,7 @@
 
 [caution The full support of arbitrary precision types depends on the functionality they provide. For example, the types from gmp are lacking of functions for calculating the power and arbitrary roots, hence they can not be used with the controlled steppers. In detail, for full support the `min( x , y )`, `max( x , y )`, `pow( x , y )` must be callable.]
 
-The full example can be found at [github_link libs/numeric/odeint/examples/lorenz_gmpxx.cpp lorenz_gmpxx.cpp].
+The full example can be found at [github_link libs/numeric/odeint/examples/gmpxx/lorenz_gmpxx.cpp lorenz_gmpxx.cpp].
 
 
 [endsect]

Modified: trunk/libs/numeric/odeint/index.html
==============================================================================
--- trunk/libs/numeric/odeint/index.html (original)
+++ trunk/libs/numeric/odeint/index.html 2012-12-07 16:21:26 EST (Fri, 07 Dec 2012)
@@ -1,3 +1,8 @@
+<!--
+Copyright 2001 Beman Daves
+Distributed under the Boost Software License, Version 1.0. (See accompanying
+file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+-->
 <html>
 <head>
 <meta http-equiv="refresh" content="0; URL=doc/html/index.html">
@@ -8,7 +13,7 @@
 <hr>
 <p>&copy; Copyright Beman Dawes, 2001</p>
 <p> Distributed under the Boost Software
-License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
+License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
 www.boost.org/LICENSE_1_0.txt</a>)</p>
 </body>
 </html>

Modified: trunk/libs/numeric/odeint/test/integrate_times.cpp
==============================================================================
--- trunk/libs/numeric/odeint/test/integrate_times.cpp (original)
+++ trunk/libs/numeric/odeint/test/integrate_times.cpp 2012-12-07 16:21:26 EST (Fri, 07 Dec 2012)
@@ -108,7 +108,6 @@
 
 
     // dense output stepper
-
     integrate_times( dense_output_runge_kutta< controlled_runge_kutta< runge_kutta_dopri5< state_type > > >() ,
                      lorenz , x ,
                      boost::counting_iterator<int>(0) , boost::counting_iterator<int>(10) ,
@@ -117,8 +116,8 @@
     for( int i=0 ; i<10 ; ++i )
         // check if observer was called at times 0,1,2,...
         BOOST_CHECK_EQUAL( times[i] , static_cast<double>(i) );
-
-
+
+
     integrate_times( bulirsch_stoer_dense_out< state_type >() , lorenz , x ,
                 boost::counting_iterator<int>(0) , boost::counting_iterator<int>(10) ,
                 dt , push_back_time( times ) );


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