|
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 | growth_lowz_data |
Macros | |
| #define | GROWTH_TOLERANCE 6e-6 |
| #define | MGROWTH_TOLERANCE 5.0e-5 |
Functions | |
| static void | read_growth_test_file (double z[6], double gf[5][6]) |
| void | __attribute__ ((weak)) |
| static void | compare_growth (int model, struct growth_lowz_data *data) |
| static void | check_mgrowth (void) |
| void | __ctest_growth_lowz_model_1_run (struct growth_lowz_data *data) |
| void | __ctest_growth_lowz_model_2_run (struct growth_lowz_data *data) |
| void | __ctest_growth_lowz_model_3_run (struct growth_lowz_data *data) |
| void | __ctest_growth_lowz_model_4_run (struct growth_lowz_data *data) |
| void | __ctest_growth_lowz_model_5_run (struct growth_lowz_data *data) |
| void | __ctest_growth_lowz_mgrowth_run (struct growth_lowz_data *data) |
Variables | |
| static struct growth_lowz_data | __ctest_growth_lowz_data |
| #define GROWTH_TOLERANCE 6e-6 |
Definition at line 7 of file ccl_test_growth_lowz.c.
Referenced by compare_growth().
| #define MGROWTH_TOLERANCE 5.0e-5 |
Definition at line 8 of file ccl_test_growth_lowz.c.
Referenced by check_mgrowth().
| void __attribute__ | ( | (weak) | ) |
Definition at line 53 of file ccl_test_growth_lowz.c.
References ccl_mnu_sum, and read_growth_test_file().
| void __ctest_growth_lowz_mgrowth_run | ( | struct growth_lowz_data * | data | ) |
| void __ctest_growth_lowz_model_1_run | ( | struct growth_lowz_data * | data | ) |
Definition at line 156 of file ccl_test_growth_lowz.c.
References compare_growth().
| void __ctest_growth_lowz_model_2_run | ( | struct growth_lowz_data * | data | ) |
Definition at line 161 of file ccl_test_growth_lowz.c.
References compare_growth().
| void __ctest_growth_lowz_model_3_run | ( | struct growth_lowz_data * | data | ) |
Definition at line 166 of file ccl_test_growth_lowz.c.
References compare_growth().
| void __ctest_growth_lowz_model_4_run | ( | struct growth_lowz_data * | data | ) |
Definition at line 171 of file ccl_test_growth_lowz.c.
References compare_growth().
| void __ctest_growth_lowz_model_5_run | ( | struct growth_lowz_data * | data | ) |
Definition at line 176 of file ccl_test_growth_lowz.c.
References compare_growth().
|
static |
Definition at line 110 of file ccl_test_growth_lowz.c.
References ASSERT_DBL_NEAR_TOL, ccl_cosmology_create(), ccl_cosmology_free(), ccl_growth_factor(), ccl_growth_rate(), ccl_parameters_create(), default_config, MGROWTH_TOLERANCE, ccl_parameters::Omega_g, ccl_parameters::Omega_k, ccl_parameters::Omega_l, and ccl_parameters::Omega_m.
Referenced by __ctest_growth_lowz_mgrowth_run().
|
static |
Definition at line 83 of file ccl_test_growth_lowz.c.
References growth_lowz_data::A_s, ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, ccl_cosmology_create(), ccl_cosmology_free(), ccl_growth_factor_unnorm(), ccl_parameters_create(), cl_cmbl_bm::cosmo, default_config, growth_lowz_data::gf, GROWTH_TOLERANCE, growth_lowz_data::h, growth_lowz_data::mnu, growth_lowz_data::mnu_type, growth_lowz_data::n_s, growth_lowz_data::Neff, growth_lowz_data::Omega_b, growth_lowz_data::Omega_c, ccl_parameters::Omega_g, growth_lowz_data::Omega_k, ccl_parameters::Omega_k, ccl_parameters::Omega_l, ccl_parameters::Omega_m, halomod_bm::params, ccl_cosmology::status_message, growth_lowz_data::w_0, growth_lowz_data::w_a, and growth_lowz_data::z.
Referenced by __ctest_growth_lowz_model_1_run(), __ctest_growth_lowz_model_2_run(), __ctest_growth_lowz_model_3_run(), __ctest_growth_lowz_model_4_run(), and __ctest_growth_lowz_model_5_run().
Definition at line 30 of file ccl_test_growth_lowz.c.
References ASSERT_EQUAL, ASSERT_NOT_NULL, and Catch::Matchers::Vector::Detail::count().
Referenced by __attribute__().
|
static |
Definition at line 156 of file ccl_test_growth_lowz.c.