|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|

Go to the source code of this file.
Classes | |
| struct | power_nu_data |
| struct | power_nu_nl_data |
Macros | |
| #define | POWER_NU_TOL 1.0E-3 |
Functions | |
| void | __attribute__ ((weak)) |
| static int | linecount (FILE *f) |
| static void | compare_power_nu (int i_model, struct power_nu_data *data) |
| static void | compare_power_nu_nl (int i_model, struct power_nu_nl_data *data) |
| void | __ctest_power_nu_model_1_run (struct power_nu_data *data) |
| void | __ctest_power_nu_model_2_run (struct power_nu_data *data) |
| void | __ctest_power_nu_model_3_run (struct power_nu_data *data) |
| void | __ctest_power_nu_nl_model_1_run (struct power_nu_nl_data *data) |
| void | __ctest_power_nu_nl_model_2_run (struct power_nu_nl_data *data) |
| void | __ctest_power_nu_nl_model_3_run (struct power_nu_nl_data *data) |
Variables | |
| static struct power_nu_data | __ctest_power_nu_data |
| static struct power_nu_nl_data | __ctest_power_nu_nl_data |
| #define POWER_NU_TOL 1.0E-3 |
Definition at line 6 of file ccl_test_power_nu.c.
Referenced by compare_power_nu(), and compare_power_nu_nl().
| void __attribute__ | ( | (weak) | ) |
Definition at line 24 of file ccl_test_power_nu.c.
References ccl_mnu_list.
| void __ctest_power_nu_model_1_run | ( | struct power_nu_data * | data | ) |
Definition at line 245 of file ccl_test_power_nu.c.
References compare_power_nu().
| void __ctest_power_nu_model_2_run | ( | struct power_nu_data * | data | ) |
Definition at line 250 of file ccl_test_power_nu.c.
References compare_power_nu().
| void __ctest_power_nu_model_3_run | ( | struct power_nu_data * | data | ) |
Definition at line 255 of file ccl_test_power_nu.c.
References compare_power_nu().
| void __ctest_power_nu_nl_model_1_run | ( | struct power_nu_nl_data * | data | ) |
Definition at line 260 of file ccl_test_power_nu.c.
References compare_power_nu_nl().
| void __ctest_power_nu_nl_model_2_run | ( | struct power_nu_nl_data * | data | ) |
Definition at line 265 of file ccl_test_power_nu.c.
References compare_power_nu_nl().
| void __ctest_power_nu_nl_model_3_run | ( | struct power_nu_nl_data * | data | ) |
Definition at line 270 of file ccl_test_power_nu.c.
References compare_power_nu_nl().
|
static |
Definition at line 129 of file ccl_test_power_nu.c.
References power_nu_data::A_s, ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, ccl_cosmology_create(), ccl_cosmology_free(), ccl_linear, ccl_linear_matter_power(), ccl_parameters_create(), default_config, power_nu_data::h, linecount(), ccl_configuration::matter_power_spectrum_method, power_nu_data::mnu0, power_nu_data::mnu1, power_nu_data::mnu2, power_nu_data::mnu_type, power_nu_data::n_s, power_nu_data::Neff, power_nu_data::Omega_b, power_nu_data::Omega_c, power_nu_data::Omega_k, halomod_bm::params, pow(), POWER_NU_TOL, ccl_cosmology::status_message, power_nu_data::w_0, power_nu_data::w_a, and z.
Referenced by __ctest_power_nu_model_1_run(), __ctest_power_nu_model_2_run(), and __ctest_power_nu_model_3_run().
|
static |
Definition at line 181 of file ccl_test_power_nu.c.
References power_nu_nl_data::A_s, ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, ccl_cosmology_create(), ccl_cosmology_free(), ccl_halofit, ccl_nonlin_matter_power(), ccl_parameters_create(), default_config, power_nu_nl_data::h, linecount(), ccl_configuration::matter_power_spectrum_method, power_nu_nl_data::mnu0, power_nu_nl_data::mnu1, power_nu_nl_data::mnu2, power_nu_nl_data::mnu_type, power_nu_nl_data::n_s, power_nu_nl_data::Neff, power_nu_nl_data::Omega_b, power_nu_nl_data::Omega_c, power_nu_nl_data::Omega_k, halomod_bm::params, pow(), POWER_NU_TOL, ccl_cosmology::status_message, power_nu_nl_data::w_0, power_nu_nl_data::w_a, and z.
Referenced by __ctest_power_nu_nl_model_1_run(), __ctest_power_nu_nl_model_2_run(), and __ctest_power_nu_nl_model_3_run().
|
static |
Definition at line 117 of file ccl_test_power_nu.c.
Referenced by compare_power_nu(), and compare_power_nu_nl().
|
static |
Definition at line 245 of file ccl_test_power_nu.c.
|
static |
Definition at line 260 of file ccl_test_power_nu.c.