mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-11 13:34:09 +00:00
added runge_kutta_cash_karp54.hpp to odeint.hpp
This commit is contained in:
parent
8746e5f435
commit
d405ae01d1
@ -23,6 +23,7 @@
|
||||
#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.hpp>
|
||||
#include <boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic.hpp>
|
||||
#include <boost/numeric/odeint/stepper/runge_kutta_dopri5.hpp>
|
||||
|
||||
|
@ -21,7 +21,7 @@ which gives the equations of motion:
|
||||
|
||||
The algorithmic implementation of this situation is described by a pair of callable objects for /f/ and /g/ with a specific parameter signature.
|
||||
Such a system should be implemented as a std::pair of functions or a functors.
|
||||
Symplectic systems are used in symplectic steppers like `symplectic_rkn_sb3a_mclachlan` [link odeint.concepts.symplectic_steppers].
|
||||
Symplectic systems are used in symplectic steppers like `symplectic_rkn_sb3a_mclachlan`.
|
||||
|
||||
[heading Notation]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user