|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
output options More...
#include <params.hpp>
Public Member Functions | |
| void | init () |
Public Attributes | |
| size_t | print_every |
| size_t | bins_per_decade |
| size_t | points_per_10_Mpc |
| std::string | out_dir |
| bool | print_par_pos |
| bool | print_dens |
| bool | print_pwr |
| bool | print_extrap_pwr |
| bool | print_corr |
| bool | print_vel_pwr |
| bool | get_rho |
| bool | get_pwr |
| bool | get_pk_extrap |
output options
Definition at line 82 of file params.hpp.
| void Out_Opt::init | ( | ) |
Definition at line 390 of file params.cpp.
| size_t Out_Opt::bins_per_decade |
Definition at line 85 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::alloc_bin_spec(), from_json(), gen_pow_spec_binned(), gen_pow_spec_binned_from_extrap(), gen_pow_spec_binned_init(), handle_cmd_line(), and to_json().
| bool Out_Opt::get_pk_extrap |
Definition at line 89 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::print_output().
| bool Out_Opt::get_pwr |
Definition at line 89 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::print_output().
| bool Out_Opt::get_rho |
Definition at line 89 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::print_output().
| std::string Out_Opt::out_dir |
Definition at line 86 of file params.hpp.
Referenced by from_json(), handle_cmd_line(), std_out_dir(), TEST_CASE(), and to_json().
| size_t Out_Opt::points_per_10_Mpc |
Definition at line 85 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::alloc_bin_corr(), from_json(), anonymous_namespace{core_power.cpp}::gen_corr_func_binned_gsl(), anonymous_namespace{core_power.cpp}::gen_sigma_func_binned_gsl(), handle_cmd_line(), and to_json().
| bool Out_Opt::print_corr |
Definition at line 87 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::create_work_dir(), handle_cmd_line(), and App_Var< T >::Impl< T >::print_output().
| bool Out_Opt::print_dens |
Definition at line 87 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::create_work_dir(), handle_cmd_line(), and App_Var< T >::Impl< T >::print_output().
| size_t Out_Opt::print_every |
Definition at line 85 of file params.hpp.
Referenced by handle_cmd_line().
| bool Out_Opt::print_extrap_pwr |
Definition at line 87 of file params.hpp.
Referenced by handle_cmd_line(), and App_Var< T >::Impl< T >::print_output().
| bool Out_Opt::print_par_pos |
Definition at line 87 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::create_work_dir(), handle_cmd_line(), and App_Var< T >::Impl< T >::print_output().
| bool Out_Opt::print_pwr |
Definition at line 87 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::create_work_dir(), handle_cmd_line(), App_Var_Chi::print_output(), App_Var< T >::Impl< T >::print_output(), and App_Var< T >::Impl< T >::set_init_cond().
| bool Out_Opt::print_vel_pwr |
Definition at line 87 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::create_work_dir(), handle_cmd_line(), and App_Var< T >::Impl< T >::print_output().