mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-10 07:34:03 +00:00
56 lines
1.9 KiB
C++
56 lines
1.9 KiB
C++
/*
|
|
[auto_generated]
|
|
boost/numeric/odeint.hpp
|
|
|
|
[begin_description]
|
|
Forward include for odeint. Includes nearly everything.
|
|
[end_description]
|
|
|
|
Copyright 2009-2011 Karsten Ahnert
|
|
Copyright 2009-2011 Mario Mulansky
|
|
|
|
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)
|
|
*/
|
|
|
|
|
|
#ifndef BOOST_NUMERIC_ODEINT_HPP_INCLUDED
|
|
#define BOOST_NUMERIC_ODEINT_HPP_INCLUDED
|
|
|
|
#include <boost/config.hpp>
|
|
|
|
#include <boost/numeric/odeint/stepper/euler.hpp>
|
|
#include <boost/numeric/odeint/stepper/runge_kutta4_classic.hpp>
|
|
#include <boost/numeric/odeint/stepper/runge_kutta4.hpp>
|
|
#include <boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic.hpp>
|
|
#include <boost/numeric/odeint/stepper/runge_kutta_dopri5.hpp>
|
|
|
|
#include <boost/numeric/odeint/stepper/controlled_error_stepper.hpp>
|
|
|
|
#include <boost/numeric/odeint/stepper/dense_output_explicit.hpp>
|
|
#include <boost/numeric/odeint/stepper/dense_output_controlled_explicit_fsal.hpp>
|
|
|
|
#include <boost/numeric/odeint/stepper/symplectic_euler.hpp>
|
|
#include <boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp>
|
|
|
|
#include <boost/numeric/odeint/stepper/implicit_euler.hpp>
|
|
#include <boost/numeric/odeint/stepper/rosenbrock4.hpp>
|
|
#include <boost/numeric/odeint/stepper/rosenbrock4_controller.hpp>
|
|
#include <boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp>
|
|
|
|
/*
|
|
* Including this algebra slows down the compilation time
|
|
*/
|
|
// #include <boost/numeric/odeint/algebra/fusion_algebra.hpp>
|
|
|
|
#include <boost/numeric/odeint/integrate/integrate.hpp>
|
|
#include <boost/numeric/odeint/integrate/integrate_adaptive.hpp>
|
|
#include <boost/numeric/odeint/integrate/integrate_const.hpp>
|
|
#include <boost/numeric/odeint/integrate/integrate_n_steps.hpp>
|
|
|
|
#include <boost/numeric/odeint/integrate/observer_collection.hpp>
|
|
|
|
#endif // BOOST_NUMERIC_ODEINT_HPP_INCLUDED
|
|
|