|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
: Explicit embedded Runge-Kutta Prince-Dormand (8, 9) method. More...
Public Member Functions | |
| ODE_Solver (int(*function)(double t, const double y[], double dydt[], void *params), size_t dim, void *params, const double hstart=1e-6, const double epsabs=1e-6, const double epsrel=0) | |
| ~ODE_Solver () | |
| void | update (double &t, const double t1, double y[]) |
Public Attributes | |
| int | status |
| gsl_odeiv2_system | sys |
| gsl_odeiv2_driver * | d |
: Explicit embedded Runge-Kutta Prince-Dormand (8, 9) method.
Definition at line 214 of file core_power.cpp.
|
inline |
Definition at line 217 of file core_power.cpp.
|
inline |
Definition at line 222 of file core_power.cpp.
|
inline |
Definition at line 227 of file core_power.cpp.
| gsl_odeiv2_driver* anonymous_namespace{core_power.cpp}::ODE_Solver::d |
Definition at line 235 of file core_power.cpp.
| int anonymous_namespace{core_power.cpp}::ODE_Solver::status |
Definition at line 233 of file core_power.cpp.
| gsl_odeiv2_system anonymous_namespace{core_power.cpp}::ODE_Solver::sys |
Definition at line 234 of file core_power.cpp.