|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
testing options More...
#include <params.hpp>
Public Attributes | |
| double | R_sphere |
| double | rho_sphere |
| size_t | fine_sweeps |
| size_t | coarse_sweeps |
| size_t | max_steps |
| size_t | step_per_iter |
| size_t | N_grid |
| size_t | N_min |
| bool | verbose |
| double | rho_b |
testing options
Definition at line 146 of file params.hpp.
| size_t Test_Opt::coarse_sweeps |
Definition at line 149 of file params.hpp.
Referenced by handle_cmd_line(), and TEST_CASE().
| size_t Test_Opt::fine_sweeps |
Definition at line 149 of file params.hpp.
Referenced by handle_cmd_line(), and TEST_CASE().
| size_t Test_Opt::max_steps |
Definition at line 149 of file params.hpp.
Referenced by handle_cmd_line(), and TEST_CASE().
| size_t Test_Opt::N_grid |
Definition at line 150 of file params.hpp.
Referenced by from_json(), handle_cmd_line(), anonymous_namespace{test_chameleon.cpp}::init_overdensity(), TEST_CASE(), and to_json().
| size_t Test_Opt::N_min |
Definition at line 150 of file params.hpp.
Referenced by from_json(), handle_cmd_line(), TEST_CASE(), and to_json().
| double Test_Opt::R_sphere |
Definition at line 148 of file params.hpp.
Referenced by from_json(), handle_cmd_line(), anonymous_namespace{test_chameleon.cpp}::init_overdensity(), and to_json().
| double Test_Opt::rho_b |
Definition at line 154 of file params.hpp.
Referenced by from_json(), anonymous_namespace{test_chameleon.cpp}::init_overdensity(), and to_json().
| double Test_Opt::rho_sphere |
Definition at line 148 of file params.hpp.
Referenced by from_json(), handle_cmd_line(), anonymous_namespace{test_chameleon.cpp}::init_overdensity(), and to_json().
| size_t Test_Opt::step_per_iter |
Definition at line 149 of file params.hpp.
Referenced by handle_cmd_line(), and TEST_CASE().
| bool Test_Opt::verbose |
Definition at line 151 of file params.hpp.
Referenced by handle_cmd_line(), and TEST_CASE().