Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:42:55

0001 /*
0002  [auto_generated]
0003  boost/numeric/odeint/stepper/generation/generation_runge_kutta_fehlberg78.hpp
0004 
0005  [begin_description]
0006  Enable the factory functions for the controller and the dense output of the Runge-Kutta-Fehlberg 78 method.
0007  [end_description]
0008 
0009  Copyright 2011 Karsten Ahnert
0010  Copyright 2011 Mario Mulansky
0011 
0012  Distributed under the Boost Software License, Version 1.0.
0013  (See accompanying file LICENSE_1_0.txt or
0014  copy at http://www.boost.org/LICENSE_1_0.txt)
0015  */
0016 
0017 
0018 #ifndef BOOST_NUMERIC_ODEINT_STEPPER_GENERATION_GENERATION_RUNGE_KUTTA_FEHLBERG78_HPP_INCLUDED
0019 #define BOOST_NUMERIC_ODEINT_STEPPER_GENERATION_GENERATION_RUNGE_KUTTA_FEHLBERG78_HPP_INCLUDED
0020 
0021 #include <boost/numeric/odeint/stepper/controlled_runge_kutta.hpp>
0022 #include <boost/numeric/odeint/stepper/runge_kutta_fehlberg78.hpp>
0023 #include <boost/numeric/odeint/stepper/generation/make_controlled.hpp>
0024 
0025 namespace boost {
0026 namespace numeric {
0027 namespace odeint {
0028 
0029 
0030 template< class State , class Value , class Deriv , class Time , class Algebra , class Operations , class Resize >
0031 struct get_controller< runge_kutta_fehlberg78< State , Value , Deriv , Time , Algebra , Operations , Resize > >
0032 {
0033     typedef runge_kutta_fehlberg78< State , Value , Deriv , Time , Algebra , Operations , Resize > stepper_type;
0034     typedef controlled_runge_kutta< stepper_type > type;
0035 };
0036 
0037 
0038 
0039 
0040 
0041 } // odeint
0042 } // numeric
0043 } // boost
0044 
0045 
0046 #endif // BOOST_NUMERIC_ODEINT_STEPPER_GENERATION_GENERATION_RUNGE_KUTTA_FEHLBERG78_HPP_INCLUDED