|
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 | emu_data |
Macros | |
| #define | EMU_TOLERANCE 3.0E-2 |
Functions | |
| void | __attribute__ ((weak)) |
| static int | linecount (FILE *f) |
| static void | compare_emu (int i_model, struct emu_data *data) |
| void | __ctest_emu_model_1_run (struct emu_data *data) |
| void | __ctest_emu_model_2_run (struct emu_data *data) |
| void | __ctest_emu_model_4_run (struct emu_data *data) |
| void | __ctest_emu_model_6_run (struct emu_data *data) |
Variables | |
| static struct emu_data | __ctest_emu_data |
| #define EMU_TOLERANCE 3.0E-2 |
Definition at line 19 of file ccl_test_emu.c.
Referenced by compare_emu().
| void __attribute__ | ( | (weak) | ) |
Definition at line 36 of file ccl_test_emu.c.
References ccl_mnu_sum, ccl_test_distances::h, ccl_test_distances::n_s, ccl_test_distances::Omega_b, ccl_test_distances::Omega_c, and ccl_test_power::sigma8.
| void __ctest_emu_model_1_run | ( | struct emu_data * | data | ) |
Definition at line 160 of file ccl_test_emu.c.
References compare_emu().
| void __ctest_emu_model_2_run | ( | struct emu_data * | data | ) |
Definition at line 166 of file ccl_test_emu.c.
References compare_emu().
| void __ctest_emu_model_4_run | ( | struct emu_data * | data | ) |
Definition at line 177 of file ccl_test_emu.c.
References compare_emu().
| void __ctest_emu_model_6_run | ( | struct emu_data * | data | ) |
Definition at line 188 of file ccl_test_emu.c.
References compare_emu().
|
static |
Definition at line 107 of file ccl_test_emu.c.
References ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, ccl_cosmology_create(), ccl_cosmology_free(), ccl_emu, ccl_emulator, ccl_nonlin_matter_power(), ccl_parameters_create(), cl_cmbl_bm::cosmo, default_config, EMU_TOLERANCE, emu_data::h, linecount(), ccl_configuration::matter_power_spectrum_method, emu_data::mnu, emu_data::mnu_type, emu_data::n_s, emu_data::Neff, emu_data::Omega_b, emu_data::Omega_c, ccl_parameters::Omega_g, ccl_parameters::Omega_l, halomod_bm::params, emu_data::sigma8, ccl_cosmology::status_message, ccl_configuration::transfer_function_method, emu_data::w_0, emu_data::w_a, and z.
Referenced by __ctest_emu_model_1_run(), __ctest_emu_model_2_run(), __ctest_emu_model_4_run(), and __ctest_emu_model_6_run().
|
static |
Definition at line 95 of file ccl_test_emu.c.
Referenced by compare_emu().
|
static |
Definition at line 160 of file ccl_test_emu.c.