|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <ccl_config.h>
Configuration typedef. This contains the transfer function, matter power spectrum, and mass function that is being used currently.
Definition at line 110 of file ccl_config.h.
| baryons_power_spectrum_t ccl_configuration::baryons_power_spectrum_method |
Definition at line 113 of file ccl_config.h.
Referenced by ccl_nonlin_matter_power(), compare_bcm(), from_json(), handle_cmd_line(), main(), Sim_Param::print_info(), and to_json().
| emulator_neutrinos_t ccl_configuration::emulator_neutrinos_method |
Definition at line 116 of file ccl_config.h.
Referenced by ccl_cosmology_compute_power_emu().
| halo_concentration_t ccl_configuration::halo_concentration_method |
Definition at line 115 of file ccl_config.h.
Referenced by ccl_halo_concentration(), and compare_halomod().
| mass_function_t ccl_configuration::mass_function_method |
Definition at line 114 of file ccl_config.h.
Referenced by ccl_cosmology_compute_hmfparams(), ccl_halo_b1(), compare_halomod(), compare_massfunc(), from_json(), handle_cmd_line(), massfunc_f(), Sim_Param::print_info(), and to_json().
| matter_power_spectrum_t ccl_configuration::matter_power_spectrum_method |
Definition at line 112 of file ccl_config.h.
Referenced by ccl_cosmology_compute_power_class(), ccl_fill_class_parameters(), ccl_nonlin_matter_power(), compare_cls(), compare_correlation_3d(), compare_emu(), compare_emu_nu(), compare_power_nu(), compare_power_nu_nl(), from_json(), handle_cmd_line(), main(), Sim_Param::print_info(), test_angpow_precision(), and to_json().
| transfer_function_t ccl_configuration::transfer_function_method |
Definition at line 111 of file ccl_config.h.
Referenced by ccl_cosmology_compute_power(), ccl_linear_matter_power(), ccl_nonlin_matter_power(), compare_bbks(), compare_cls(), compare_corr(), compare_correlation_3d(), compare_eh(), compare_emu(), compare_emu_nu(), compare_halomod(), compare_massfunc(), compare_sigmam(), from_json(), handle_cmd_line(), main(), Sim_Param::print_info(), test_angpow_precision(), and to_json().