|
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_hiz_data |
Macros | |
| #define | GROWTH_HIZ_TOLERANCE 6.0e-6 |
Functions | |
| static void | read_growth_hiz_test_file (double z[7], double gf[3][7]) |
| void | __attribute__ ((weak)) |
| static void | compare_growth_hiz (int model, struct growth_hiz_data *data) |
| void | __ctest_growth_hiz_model_1_run (struct growth_hiz_data *data) |
| void | __ctest_growth_hiz_model_2_run (struct growth_hiz_data *data) |
| void | __ctest_growth_hiz_model_3_run (struct growth_hiz_data *data) |
Variables | |
| static struct growth_hiz_data | __ctest_growth_hiz_data |
| #define GROWTH_HIZ_TOLERANCE 6.0e-6 |
Definition at line 7 of file ccl_test_growth_hiz.c.
Referenced by compare_growth_hiz().
| void __attribute__ | ( | (weak) | ) |
Definition at line 52 of file ccl_test_growth_hiz.c.
References ccl_mnu_sum, and read_growth_hiz_test_file().
| void __ctest_growth_hiz_model_1_run | ( | struct growth_hiz_data * | data | ) |
Definition at line 107 of file ccl_test_growth_hiz.c.
References compare_growth_hiz().
| void __ctest_growth_hiz_model_2_run | ( | struct growth_hiz_data * | data | ) |
Definition at line 112 of file ccl_test_growth_hiz.c.
References compare_growth_hiz().
| void __ctest_growth_hiz_model_3_run | ( | struct growth_hiz_data * | data | ) |
Definition at line 117 of file ccl_test_growth_hiz.c.
References compare_growth_hiz().
|
static |
Definition at line 82 of file ccl_test_growth_hiz.c.
References growth_hiz_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_hiz_data::gf, GROWTH_HIZ_TOLERANCE, growth_hiz_data::h, growth_hiz_data::mnu, growth_hiz_data::mnu_type, growth_hiz_data::n_s, growth_hiz_data::Neff, growth_hiz_data::Omega_b, growth_hiz_data::Omega_c, ccl_parameters::Omega_g, growth_hiz_data::Omega_k, ccl_parameters::Omega_k, ccl_parameters::Omega_l, ccl_parameters::Omega_m, halomod_bm::params, ccl_cosmology::status_message, growth_hiz_data::w_0, growth_hiz_data::w_a, and growth_hiz_data::z.
Referenced by __ctest_growth_hiz_model_1_run(), __ctest_growth_hiz_model_2_run(), and __ctest_growth_hiz_model_3_run().
Definition at line 29 of file ccl_test_growth_hiz.c.
References ASSERT_EQUAL, ASSERT_NOT_NULL, and Catch::Matchers::Vector::Detail::count().
Referenced by __attribute__().
|
static |
Definition at line 107 of file ccl_test_growth_hiz.c.