|
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 | corrs_3d_data |
Functions | |
| void | __attribute__ ((weak)) |
| static int | linecount (FILE *f) |
| static void | compare_correlation_3d (int i_model, struct corrs_3d_data *data) |
| void | __ctest_corrs_3d_model_1_run (struct corrs_3d_data *data) |
| void | __ctest_corrs_3d_model_2_run (struct corrs_3d_data *data) |
| void | __ctest_corrs_3d_model_3_run (struct corrs_3d_data *data) |
Variables | |
| static struct corrs_3d_data | __ctest_corrs_3d_data |
| void __attribute__ | ( | (weak) | ) |
Definition at line 23 of file ccl_test_correlation_3d.c.
References ccl_mnu_sum.
| void __ctest_corrs_3d_model_1_run | ( | struct corrs_3d_data * | data | ) |
Definition at line 154 of file ccl_test_correlation_3d.c.
References compare_correlation_3d().
| void __ctest_corrs_3d_model_2_run | ( | struct corrs_3d_data * | data | ) |
Definition at line 159 of file ccl_test_correlation_3d.c.
References compare_correlation_3d().
| void __ctest_corrs_3d_model_3_run | ( | struct corrs_3d_data * | data | ) |
Definition at line 164 of file ccl_test_correlation_3d.c.
References compare_correlation_3d().
|
static |
Definition at line 58 of file ccl_test_correlation_3d.c.
References corrs_3d_data::A_s, ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, ccl_boltzmann, ccl_correlation_3d(), ccl_cosmology_create(), ccl_cosmology_free(), ccl_halofit, ccl_parameters_create(), cl_cmbl_bm::cosmo, default_config, corrs_3d_data::h, linecount(), ccl_configuration::matter_power_spectrum_method, corrs_3d_data::mnu, corrs_3d_data::mnu_type, corrs_3d_data::n_s, corrs_3d_data::Neff, corrs_3d_data::Omega_b, corrs_3d_data::Omega_c, ccl_parameters::Omega_g, corrs_3d_data::Omega_k, ccl_parameters::Omega_l, corrs_3d_data::Omega_v, halomod_bm::params, corrs_3d_data::sigma8, ccl_parameters::sigma8, ccl_cosmology::status_message, ccl_configuration::transfer_function_method, corrs_3d_data::w_0, corrs_3d_data::w_a, and z.
Referenced by __ctest_corrs_3d_model_1_run(), __ctest_corrs_3d_model_2_run(), and __ctest_corrs_3d_model_3_run().
|
static |
Definition at line 46 of file ccl_test_correlation_3d.c.
Referenced by compare_correlation_3d().
|
static |
Definition at line 154 of file ccl_test_correlation_3d.c.