|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
approximations options More...
#include <params.hpp>
Public Member Functions | |
| void | init (const Box_Opt &) |
Public Attributes | |
| double | nu |
| double | rs |
| double | Hc |
| double | a |
| double | nu_dim |
| size_t | M |
approximations options
Definition at line 113 of file params.hpp.
| void App_Opt::init | ( | const Box_Opt & | box_opt | ) |
Definition at line 407 of file params.cpp.
References Box_Opt::box_size, Box_Opt::mesh_num, pow2(), and rs.
| double App_Opt::a |
Definition at line 118 of file params.hpp.
Referenced by anonymous_namespace{mod_frozen_potential.cpp}::force_short(), App_Var_FP_mod::FP_ppImpl::FP_ppImpl(), and App_Var_FP_mod::pot_corr().
| double App_Opt::Hc |
Definition at line 118 of file params.hpp.
Referenced by anonymous_namespace{mod_frozen_potential.cpp}::force_short().
| size_t App_Opt::M |
Definition at line 119 of file params.hpp.
| double App_Opt::nu |
Definition at line 116 of file params.hpp.
Referenced by App_Var_AA::AAImpl::aa_convolution(), from_json(), and App_Var_AA::pot_corr().
| double App_Opt::nu_dim |
Definition at line 118 of file params.hpp.
Referenced by from_json(), and to_json().
| double App_Opt::rs |
Definition at line 116 of file params.hpp.
Referenced by anonymous_namespace{mod_frozen_potential.cpp}::force_short(), App_Var_FP_mod::FP_ppImpl::FP_ppImpl(), from_json(), and to_json().