|
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 | bbks_data |
Macros | |
| #define | BBKS_TOLERANCE 1.0E-5 |
Functions | |
| void | __attribute__ ((weak)) |
| static int | linecount (FILE *f) |
| static void | compare_bbks (int i_model, struct bbks_data *data) |
| void | __ctest_bbks_model_1_run (struct bbks_data *data) |
| void | __ctest_bbks_model_2_run (struct bbks_data *data) |
| void | __ctest_bbks_model_3_run (struct bbks_data *data) |
Variables | |
| static struct bbks_data | __ctest_bbks_data |
| #define BBKS_TOLERANCE 1.0E-5 |
Definition at line 6 of file ccl_test_bbks.c.
Referenced by compare_bbks().
| void __attribute__ | ( | (weak) | ) |
| void __ctest_bbks_model_1_run | ( | struct bbks_data * | data | ) |
Definition at line 115 of file ccl_test_bbks.c.
References compare_bbks().
| void __ctest_bbks_model_2_run | ( | struct bbks_data * | data | ) |
Definition at line 120 of file ccl_test_bbks.c.
References compare_bbks().
| void __ctest_bbks_model_3_run | ( | struct bbks_data * | data | ) |
Definition at line 125 of file ccl_test_bbks.c.
References compare_bbks().
|
static |
Definition at line 60 of file ccl_test_bbks.c.
References bbks_data::A_s, ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, BBKS_TOLERANCE, ccl_bbks, ccl_cosmology_create(), ccl_cosmology_free(), ccl_linear_matter_power(), ccl_parameters_create(), cl_cmbl_bm::cosmo, default_config, bbks_data::h, linecount(), bbks_data::mnu, bbks_data::mnu_type, bbks_data::n_s, bbks_data::Neff, bbks_data::Omega_b, bbks_data::Omega_c, ccl_parameters::Omega_g, bbks_data::Omega_k, ccl_parameters::Omega_l, bbks_data::Omega_v, halomod_bm::params, pow(), bbks_data::sigma8, ccl_parameters::sigma8, ccl_cosmology::status_message, ccl_configuration::transfer_function_method, bbks_data::w_0, bbks_data::w_a, and z.
Referenced by __ctest_bbks_model_1_run(), __ctest_bbks_model_2_run(), and __ctest_bbks_model_3_run().
|
static |
Definition at line 48 of file ccl_test_bbks.c.
Referenced by compare_bbks().
|
static |
Definition at line 115 of file ccl_test_bbks.c.