|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include "common.h"
Go to the source code of this file.
Functions | |
| static double | transfer_dens (int l, double k, RunParams *par, int ibin) |
| static double | transfer_rsd (int l, double k, RunParams *par, int ibin) |
| static double | transfer_isw (int l, double k, RunParams *par) |
| static double | transfer_magnification (int l, double k, RunParams *par, int ibin) |
| static double | transfer_lensing (int l, double k, RunParams *par, int ibin) |
| static double | transfer_cmblens (int l, double k, RunParams *par) |
| double | transfer_wrap (int l, double k, RunParams *par, char *trtype, int ibin) |
Definition at line 92 of file transfers.c.
References RunParams::aofchi, RunParams::chi_LSS, RunParams::gfofchi, RunParams::prefac_lensing, spline_eval(), and w.
Referenced by transfer_wrap().
Definition at line 24 of file transfers.c.
References RunParams::bias, RunParams::gfofchi, ccl_test_distances::h, RunParams::hofchi, spline_eval(), RunParams::wind_0, z, and RunParams::zofchi.
Referenced by transfer_wrap().
Definition at line 56 of file transfers.c.
References RunParams::fgofchi, RunParams::gfofchi, ccl_test_distances::h, RunParams::hofchi, RunParams::prefac_lensing, and spline_eval().
Referenced by transfer_wrap().
Definition at line 79 of file transfers.c.
References RunParams::aofchi, RunParams::gfofchi, RunParams::prefac_lensing, spline_eval(), w, and RunParams::wind_L.
Referenced by transfer_wrap().
Definition at line 66 of file transfers.c.
References RunParams::aofchi, RunParams::gfofchi, RunParams::prefac_lensing, spline_eval(), w, and RunParams::wind_M.
Referenced by transfer_wrap().
Definition at line 36 of file transfers.c.
References RunParams::fgofchi, RunParams::gfofchi, mk_bins::h1, RunParams::hofchi, cl_cmbl_bm::l, spline_eval(), sqrt(), RunParams::wind_0, mk_bins::z1, and RunParams::zofchi.
Referenced by transfer_wrap().
Definition at line 107 of file transfers.c.
References dam_report_error(), RunParams::do_cmblens, RunParams::do_isw, RunParams::do_nc, RunParams::do_shear, RunParams::has_dens, RunParams::has_lensing, RunParams::has_rsd, transfer_cmblens(), transfer_dens(), transfer_isw(), transfer_lensing(), transfer_magnification(), and transfer_rsd().