|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
integration options More...
#include <params.hpp>
Public Member Functions | |
| void | init () |
Public Attributes | |
| double | z_in |
| double | z_out |
| double | db |
| cmd args More... | |
| double | a_in |
| double | a_out |
| derived parameters More... | |
integration options
Definition at line 70 of file params.hpp.
| void Integ_Opt::init | ( | ) |
| double Integ_Opt::a_in |
Definition at line 73 of file params.hpp.
Referenced by App_Var< T >::Impl< T >::set_init_pos().
| double Integ_Opt::a_out |
derived parameters
Definition at line 73 of file params.hpp.
| double Integ_Opt::db |
cmd args
Definition at line 72 of file params.hpp.
Referenced by from_json(), handle_cmd_line(), and to_json().
| double Integ_Opt::z_in |
Definition at line 72 of file params.hpp.
Referenced by from_json(), handle_cmd_line(), and to_json().
| double Integ_Opt::z_out |
Definition at line 72 of file params.hpp.
Referenced by from_json(), handle_cmd_line(), and to_json().