|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
Functions | |
| template<typename T , typename U > | |
| T | find_value (const std::map< T, U > &map, const U &value) |
| size_t | get_seed () |
Variables | |
| const std::map< std::string, transfer_function_t > | transfer_function_method |
| const std::map< std::string, matter_power_spectrum_t > | matter_power_spectrum_method |
| const std::map< std::string, mass_function_t > | mass_function_method |
| const std::map< std::string, baryons_power_spectrum_t > | baryons_power_spectrum_method |
PRIVATE FUNCTIONS DEFINITIONS *
| T anonymous_namespace{params.cpp}::find_value | ( | const std::map< T, U > & | map, |
| const U & | value | ||
| ) |
return first occurence of 'value' in std::std::map
Definition at line 57 of file params.cpp.
References x.
Referenced by Sim_Param::print_info(), and to_json().
| size_t anonymous_namespace{params.cpp}::get_seed | ( | ) |
| const std::map<std::string, baryons_power_spectrum_t> anonymous_namespace{params.cpp}::baryons_power_spectrum_method |
Definition at line 48 of file params.cpp.
Referenced by from_json(), Sim_Param::print_info(), and to_json().
| const std::map<std::string, mass_function_t> anonymous_namespace{params.cpp}::mass_function_method |
Definition at line 40 of file params.cpp.
Referenced by from_json(), Sim_Param::print_info(), and to_json().
| const std::map<std::string, matter_power_spectrum_t> anonymous_namespace{params.cpp}::matter_power_spectrum_method |
Definition at line 33 of file params.cpp.
Referenced by from_json(), Sim_Param::print_info(), and to_json().
| const std::map<std::string, transfer_function_t> anonymous_namespace{params.cpp}::transfer_function_method |
Definition at line 25 of file params.cpp.
Referenced by from_json(), Sim_Param::print_info(), and to_json().