|
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 | sigmam_data |
Macros | |
| #define | SIGMAM_TOLERANCE 3.0E-5 |
Functions | |
| void | __attribute__ ((weak)) |
| static int | linecount (FILE *f) |
| static void | compare_sigmam (int i_model, struct sigmam_data *data) |
| void | __ctest_sigmam_model_1_run (struct sigmam_data *data) |
| void | __ctest_sigmam_model_2_run (struct sigmam_data *data) |
| void | __ctest_sigmam_model_3_run (struct sigmam_data *data) |
Variables | |
| static struct sigmam_data | __ctest_sigmam_data |
| #define SIGMAM_TOLERANCE 3.0E-5 |
Definition at line 6 of file ccl_test_sigmaM.c.
Referenced by compare_sigmam().
| void __attribute__ | ( | (weak) | ) |
| void __ctest_sigmam_model_1_run | ( | struct sigmam_data * | data | ) |
Definition at line 108 of file ccl_test_sigmaM.c.
References compare_sigmam().
| void __ctest_sigmam_model_2_run | ( | struct sigmam_data * | data | ) |
Definition at line 113 of file ccl_test_sigmaM.c.
References compare_sigmam().
| void __ctest_sigmam_model_3_run | ( | struct sigmam_data * | data | ) |
Definition at line 118 of file ccl_test_sigmaM.c.
References compare_sigmam().
|
static |
Definition at line 60 of file ccl_test_sigmaM.c.
References sigmam_data::A_s, ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, ccl_bbks, ccl_cosmology_create(), ccl_parameters_create(), ccl_sigmaM(), cl_cmbl_bm::cosmo, default_config, sigmam_data::h, linecount(), m, sigmam_data::mnu, sigmam_data::mnu_type, sigmam_data::n_s, sigmam_data::Neff, sigmam_data::Omega_b, sigmam_data::Omega_c, ccl_parameters::Omega_g, sigmam_data::Omega_k, ccl_parameters::Omega_l, sigmam_data::Omega_v, halomod_bm::params, sigmam_data::sigma8, ccl_parameters::sigma8, SIGMAM_TOLERANCE, ccl_cosmology::status_message, ccl_configuration::transfer_function_method, sigmam_data::w_0, and sigmam_data::w_a.
Referenced by __ctest_sigmam_model_1_run(), __ctest_sigmam_model_2_run(), and __ctest_sigmam_model_3_run().
|
static |
Definition at line 48 of file ccl_test_sigmaM.c.
Referenced by compare_sigmam().
|
static |
Definition at line 108 of file ccl_test_sigmaM.c.