|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
Go to the source code of this file.
Functions | |
| ParmParse | pp_for_pert_vels ("prob") |
| pp_for_pert_vels | query ("U_0", U_0) |
| ParallelFor (xbx, [=] AMREX_GPU_DEVICE(int i, int j, int k) noexcept { x_vel_pert(i, j, k)=U_0;}) | |
Variables | |
| Real | U_0 = 10.0 |
| ParallelFor | ( | xbx | , |
| [=] AMREX_GPU_DEVICE(int i, int j, int k) noexcept { x_vel_pert(i, j, k)=U_0;} | |||
| ) |
| ParmParse pp_for_pert_vels | ( | "prob" | ) |
| pp_for_pert_vels query | ( | "U_0" | , |
| U_0 | |||
| ) |
| Real U_0 = 10.0 |
Referenced by ParallelFor().