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

Public Attributes | |
| ccl_parameters | params |
| ccl_configuration | config |
| ccl_data | data |
| bool | computed_distances |
| bool | computed_growth |
| bool | computed_power |
| bool | computed_sigma |
| bool | computed_hmfparams |
| int | status |
| char | status_message [500] |
Sturct containing references to instances of the above structs, and boolean flags of precomputed values.
Definition at line 122 of file ccl_core.h.
| bool ccl_cosmology::computed_distances |
Definition at line 128 of file ccl_core.h.
Referenced by ccl_comoving_angular_distance(), ccl_comoving_radial_distance(), ccl_cosmology_compute_distances(), ccl_cosmology_create(), ccl_distance_modulus(), ccl_h_over_h0(), and ccl_scale_factor_of_chi().
| bool ccl_cosmology::computed_growth |
Definition at line 129 of file ccl_core.h.
Referenced by ccl_cosmology_compute_growth(), ccl_cosmology_create(), ccl_growth_factor(), ccl_growth_factor_unnorm(), and ccl_growth_rate().
| bool ccl_cosmology::computed_hmfparams |
Definition at line 132 of file ccl_core.h.
Referenced by ccl_cosmology_compute_hmfparams(), ccl_cosmology_create(), and massfunc_f().
| bool ccl_cosmology::computed_power |
Definition at line 130 of file ccl_core.h.
Referenced by ccl_cosmology_compute_power(), ccl_cosmology_compute_power_bbks(), ccl_cosmology_compute_power_eh(), ccl_cosmology_create(), ccl_linear_matter_power(), and ccl_nonlin_matter_power().
| bool ccl_cosmology::computed_sigma |
Definition at line 131 of file ccl_core.h.
Referenced by ccl_cosmology_compute_sigma(), ccl_cosmology_create(), ccl_dlninvsig_dlogm(), ccl_halo_bias(), and ccl_sigmaM().
| ccl_configuration ccl_cosmology::config |
Definition at line 125 of file ccl_core.h.
Referenced by ccl_cosmology_compute_hmfparams(), ccl_cosmology_compute_power(), ccl_cosmology_compute_power_class(), ccl_cosmology_compute_power_emu(), ccl_cosmology_create(), ccl_fill_class_parameters(), ccl_halo_b1(), ccl_halo_concentration(), ccl_linear_matter_power(), ccl_nonlin_matter_power(), main(), massfunc_f(), and Sim_Param::print_info().
| ccl_data ccl_cosmology::data |
Definition at line 126 of file ccl_core.h.
Referenced by ccl_comoving_angular_distance(), ccl_comoving_radial_distance(), ccl_cosmology_compute_distances(), ccl_cosmology_compute_growth(), ccl_cosmology_compute_hmfparams(), ccl_cosmology_compute_power_bbks(), ccl_cosmology_compute_power_class(), ccl_cosmology_compute_power_eh(), ccl_cosmology_compute_power_emu(), ccl_cosmology_compute_sigma(), ccl_cosmology_create(), ccl_cosmology_free(), ccl_dlninvsig_dlogm(), ccl_growth_factor(), ccl_growth_factor_unnorm(), ccl_growth_rate(), ccl_h_over_h0(), ccl_linear_matter_power(), ccl_nonlin_matter_power(), ccl_omega_x(), ccl_scale_factor_of_chi(), ccl_sigmaM(), h_over_h0(), and massfunc_f().
| ccl_parameters ccl_cosmology::params |
Definition at line 124 of file ccl_core.h.
Referenced by ccl_bcm_model_fka(), ccl_cosmology_compute_growth(), ccl_cosmology_compute_power_bbks(), ccl_cosmology_compute_power_eh(), ccl_cosmology_compute_power_emu(), ccl_cosmology_create(), ccl_fill_class_parameters(), ccl_halo_bias(), ccl_halo_concentration(), ccl_massfunc(), ccl_omega_x(), ccl_power_extrapol_lowk(), ccl_rho_x(), ccl_sigma8(), ccl_sigmaM(), ccl_sinn(), cl_tracer(), clt_nc_init(), compare_massfunc(), compute_chi(), dfzero(), f_dens(), f_IA_NLA(), f_rsd(), h_over_h0(), integrand_mag(), and integrand_wl().
| int ccl_cosmology::status |
Definition at line 134 of file ccl_core.h.
Referenced by ccl_cosmology_create(), and ccl_get_class_As().
| char ccl_cosmology::status_message[500] |
Definition at line 136 of file ccl_core.h.
Referenced by ccl_check_status(), ccl_cosmology_set_status_message(), ccl_pkemu(), compare_bbks(), compare_bcm(), compare_cls(), compare_correlation_3d(), compare_distances(), compare_distances_hiz(), compare_distances_hiz_mnu(), compare_distances_mnu(), compare_eh(), compare_emu(), compare_emu_nu(), compare_growth(), compare_growth_hiz(), compare_power_nu(), compare_power_nu_nl(), compare_sigmam(), Cosmo_Param::init(), lin_pow_spec(), non_lin_pow_spec(), and norm_pwr().