|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
run options More...
#include <params.hpp>
Public Member Functions | |
| void | init () |
| void | reset () |
| bool | is_ready () |
| bool | simulate () |
Public Attributes | |
| size_t | nt |
| size_t | nt_fftw |
| size_t | mlt_runs |
| size_t | seed |
| bool | pair |
| bool | phase = true |
run options
Definition at line 128 of file params.hpp.
| void Run_Opt::init | ( | ) |
Definition at line 344 of file params.cpp.
References anonymous_namespace{params.cpp}::get_seed().
Referenced by from_json().
| bool Run_Opt::is_ready | ( | ) |
Definition at line 360 of file params.cpp.
| void Run_Opt::reset | ( | ) |
Definition at line 355 of file params.cpp.
| bool Run_Opt::simulate | ( | ) |
Definition at line 365 of file params.cpp.
References anonymous_namespace{params.cpp}::get_seed().
Referenced by Sim_Param::simulate().
| size_t Run_Opt::mlt_runs |
Definition at line 134 of file params.hpp.
Referenced by handle_cmd_line().
| size_t Run_Opt::nt |
Definition at line 134 of file params.hpp.
Referenced by from_json(), handle_cmd_line(), TEST_CASE(), and to_json().
| size_t Run_Opt::nt_fftw |
Definition at line 134 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::fftw_prep(), and handle_cmd_line().
| bool Run_Opt::pair |
Definition at line 136 of file params.hpp.
Referenced by handle_cmd_line().
| bool Run_Opt::phase = true |
Definition at line 138 of file params.hpp.
Referenced by from_json(), gen_rho_w_pow_k(), and to_json().
| size_t Run_Opt::seed |
Definition at line 135 of file params.hpp.
Referenced by from_json(), gen_gauss_white_noise(), handle_cmd_line(), and to_json().