|
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 | angpow_data |
Macros | |
| #define | NZ 1024 |
| #define | Z0_GC 1.0 |
| #define | SZ_GC 0.02 |
| #define | NL 499 |
| #define | CLS_PRECISION 3E-3 |
Functions | |
| void | __attribute__ ((weak)) |
| static void | test_angpow_precision (struct angpow_data *data) |
| void | __ctest_angpow_precision_run (struct angpow_data *data) |
Variables | |
| static struct angpow_data | __ctest_angpow_data |
| #define CLS_PRECISION 3E-3 |
Definition at line 11 of file ccl_test_angpow.c.
Referenced by test_angpow_precision().
| #define NL 499 |
Definition at line 9 of file ccl_test_angpow.c.
Referenced by test_angpow_precision().
| #define NZ 1024 |
Definition at line 6 of file ccl_test_angpow.c.
Referenced by test_angpow_precision().
| #define SZ_GC 0.02 |
Definition at line 8 of file ccl_test_angpow.c.
Referenced by test_angpow_precision().
| #define Z0_GC 1.0 |
Definition at line 7 of file ccl_test_angpow.c.
Referenced by test_angpow_precision().
| void __attribute__ | ( | (weak) | ) |
| void __ctest_angpow_precision_run | ( | struct angpow_data * | data | ) |
Definition at line 119 of file ccl_test_angpow.c.
References test_angpow_precision().
|
static |
Definition at line 50 of file ccl_test_angpow.c.
References angpow_data::A_s, ASSERT_TRUE, ccl_angular_cls(), ccl_boltzmann_class, ccl_cl_tracer_free(), ccl_cl_tracer_number_counts(), ccl_cl_workspace_free(), ccl_cl_workspace_new(), ccl_cosmology_create(), ccl_cosmology_free(), ccl_linear, ccl_parameters_create(), CCL_ClTracer::chimax, CCL_ClTracer::chimin, CLS_PRECISION, default_config, angpow_data::h, cl_cmbl_bm::l, ccl_configuration::matter_power_spectrum_method, angpow_data::mnu, angpow_data::mnu_type, angpow_data::n_s, angpow_data::Neff, NL, NZ, angpow_data::Omega_b, angpow_data::Omega_c, ccl_parameters::Omega_g, angpow_data::Omega_k, ccl_parameters::Omega_l, angpow_data::Omega_v, pow(), SZ_GC, ccl_configuration::transfer_function_method, angpow_data::w_0, angpow_data::w_a, and Z0_GC.
Referenced by __ctest_angpow_precision_run().
|
static |
Definition at line 119 of file ccl_test_angpow.c.