|
criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
|
Data file to hold Runge-Kutta-Fehlberg coefficients. More...
#include "Types.H"Go to the source code of this file.
Namespaces | |
| namespace | criptic |
| The primary namespace for criptic objects. | |
| namespace | criptic::rkf |
| A namespace to hold the Runge-Kutta-Fehlberg coefficients. | |
Variables | |
| static constexpr Real | criptic::rkf::ah [] |
| static constexpr Real | criptic::rkf::b3 [] |
| static constexpr Real | criptic::rkf::b4 [] |
| static constexpr Real | criptic::rkf::b5 [] |
| static constexpr Real | criptic::rkf::b6 [] |
| static constexpr Real | criptic::rkf::c1 = 902880.0 / 7618050.0 |
| static constexpr Real | criptic::rkf::c3 = 3953664.0 / 7618050.0 |
| static constexpr Real | criptic::rkf::c4 = 3855735.0 / 7618050.0 |
| static constexpr Real | criptic::rkf::c5 = -1371249.0 / 7618050.0 |
| static constexpr Real | criptic::rkf::c6 = 277020.0 / 7618050.0 |
| static constexpr Real | criptic::rkf::ec [] |
Data file to hold Runge-Kutta-Fehlberg coefficients.
The coefficients here have been copied from the GSL