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