MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <omega_nu_single.h>
Public Attributes | |
double * | loga |
double * | rhonu |
gsl_interp * | interp |
gsl_interp_accel * | acc |
double | mnu |
Tables for rho_nu (neutrino density): stores precomputed values between simulation start and a M_nu = 20 kT_nu for a single neutrino species.
Definition at line 24 of file omega_nu_single.h.
gsl_interp_accel* _rho_nu_single::acc |
Definition at line 28 of file omega_nu_single.h.
Referenced by rho_nu(), rho_nu_init(), and test_rho_nu_init().
gsl_interp* _rho_nu_single::interp |
Definition at line 27 of file omega_nu_single.h.
Referenced by rho_nu(), rho_nu_init(), and test_rho_nu_init().
double* _rho_nu_single::loga |
Definition at line 25 of file omega_nu_single.h.
Referenced by init_omega_nu(), rho_nu(), rho_nu_init(), test_omega_nu_init_degenerate(), test_omega_nu_init_nondeg(), and test_rho_nu_init().
double _rho_nu_single::mnu |
Definition at line 30 of file omega_nu_single.h.
Referenced by get_delta_nu_combined(), rho_nu(), rho_nu_init(), test_omega_nu_single(), and test_rho_nu_init().
double* _rho_nu_single::rhonu |
Definition at line 26 of file omega_nu_single.h.
Referenced by rho_nu(), rho_nu_init(), and test_rho_nu_init().