Go to the source code of this file.
|
| ParmParse | pp_prob ("prob") |
| |
| pp_prob | query ("T_0_Pert_Mag", T_0_Pert_Mag) |
| |
| | ParallelForRNG (bx, [=] AMREX_GPU_DEVICE(int i, int j, int k, const amrex::RandomEngine &engine) noexcept { Real rand_double=amrex::Random(engine);state_pert(i, j, k, RhoTheta_comp)=(rand_double *2.0 - 1.0) *T_0_Pert_Mag;state_pert(i, j, k, RhoTheta_comp) *=r_hse(i, j, k);}) |
| |
◆ ParallelForRNG()
| ParallelForRNG |
( |
bx |
, |
|
|
[=] AMREX_GPU_DEVICE(int i, int j, int k, const amrex::RandomEngine &engine) noexcept { Real rand_double=amrex::Random(engine);state_pert(i, j, k, RhoTheta_comp)=(rand_double *2.0 - 1.0) *T_0_Pert_Mag;state_pert(i, j, k, RhoTheta_comp) *=r_hse(i, j, k);} |
|
|
) |
| |
◆ pp_prob()
| ParmParse pp_prob |
( |
"prob" |
| ) |
|
◆ query()
◆ T_0_Pert_Mag