|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <ccl_cls.h>

Public Attributes | |
| int | tracer_type |
| double | prefac_lensing |
| double | chimax |
| double | chimin |
| double | zmin |
| double | zmax |
| double | chi_source |
| int | has_rsd |
| int | has_magnification |
| int | has_intrinsic_alignment |
| SplPar * | spl_nz |
| SplPar * | spl_bz |
| SplPar * | spl_sz |
| SplPar * | spl_rf |
| SplPar * | spl_ba |
| SplPar * | spl_wL |
| SplPar * | spl_wM |
ClTracer structure, used to contain everything that a Cl tracer could have, such as splines for various quantities and limits on the value of chi that this tracer deals with.
| double CCL_ClTracer::chi_source |
Definition at line 38 of file ccl_cls.h.
Referenced by cl_tracer(), and transfer_cmblens().
| double CCL_ClTracer::chimax |
Definition at line 34 of file ccl_cls.h.
Referenced by cl_tracer(), clt_init_nz(), get_k_interval(), main(), and test_angpow_precision().
| double CCL_ClTracer::chimin |
Definition at line 35 of file ccl_cls.h.
Referenced by cl_tracer(), clt_init_nz(), clt_init_wL(), clt_init_wM(), get_k_interval(), main(), and test_angpow_precision().
| int CCL_ClTracer::has_intrinsic_alignment |
Definition at line 41 of file ccl_cls.h.
Referenced by ccl_cl_tracer_free(), check_clt_fa_inconsistency(), clt_wl_init(), and transfer_wl().
| int CCL_ClTracer::has_magnification |
Definition at line 40 of file ccl_cls.h.
Referenced by ccl_angular_cls(), ccl_cl_tracer_free(), check_clt_fa_inconsistency(), clt_nc_init(), get_k_interval(), and transfer_nc().
| int CCL_ClTracer::has_rsd |
Definition at line 39 of file ccl_cls.h.
Referenced by clt_nc_init(), and transfer_nc().
| double CCL_ClTracer::prefac_lensing |
Definition at line 33 of file ccl_cls.h.
Referenced by cl_tracer(), f_lensing(), transfer_cmblens(), and transfer_nc().
| SplPar* CCL_ClTracer::spl_ba |
Definition at line 46 of file ccl_cls.h.
Referenced by ccl_cl_tracer_free(), ccl_get_tracer_fa(), ccl_get_tracer_fas(), clt_init_ba(), and f_IA_NLA().
| SplPar* CCL_ClTracer::spl_bz |
Definition at line 43 of file ccl_cls.h.
Referenced by ccl_cl_tracer_free(), ccl_get_tracer_fa(), ccl_get_tracer_fas(), clt_init_bz(), and f_dens().
| SplPar* CCL_ClTracer::spl_nz |
Definition at line 42 of file ccl_cls.h.
Referenced by ccl_cl_tracer_free(), ccl_get_tracer_fa(), ccl_get_tracer_fas(), clt_init_nz(), clt_init_wL(), clt_init_wM(), f_dens(), f_IA_NLA(), and f_rsd().
| SplPar* CCL_ClTracer::spl_rf |
Definition at line 45 of file ccl_cls.h.
Referenced by ccl_cl_tracer_free(), ccl_get_tracer_fa(), ccl_get_tracer_fas(), clt_init_rf(), and f_IA_NLA().
| SplPar* CCL_ClTracer::spl_sz |
Definition at line 44 of file ccl_cls.h.
Referenced by ccl_cl_tracer_free(), ccl_get_tracer_fa(), ccl_get_tracer_fas(), and clt_init_wM().
| SplPar* CCL_ClTracer::spl_wL |
Definition at line 47 of file ccl_cls.h.
Referenced by ccl_cl_tracer_free(), ccl_get_tracer_fa(), ccl_get_tracer_fas(), clt_init_wL(), and f_lensing().
| SplPar* CCL_ClTracer::spl_wM |
Definition at line 48 of file ccl_cls.h.
Referenced by ccl_cl_tracer_free(), ccl_get_tracer_fa(), ccl_get_tracer_fas(), clt_init_wM(), and f_mag().
| int CCL_ClTracer::tracer_type |
Definition at line 32 of file ccl_cls.h.
Referenced by ccl_angular_cls(), ccl_cl_tracer_free(), check_clt_fa_inconsistency(), cl_tracer(), get_k_interval(), and transfer_wrap().
| double CCL_ClTracer::zmax |
Definition at line 37 of file ccl_cls.h.
Referenced by clt_init_nz().
| double CCL_ClTracer::zmin |
Definition at line 36 of file ccl_cls.h.
Referenced by clt_init_nz(), clt_init_wL(), and clt_init_wM().