9 x_vel_pert(i, j, k) =
U_0;
15 y_vel_pert(i, j, k) =
V_0;
21 z_vel_pert(i, j, k) =
W_0;
ParmParse pp_prob("prob")
Real U_0
Definition: ERF_InitCustomPertVels_UserDefined.H:2
Real V_0
Definition: ERF_InitCustomPertVels_UserDefined.H:3
Real W_0
Definition: ERF_InitCustomPertVels_UserDefined.H:4
ParallelFor(xbx, [=] AMREX_GPU_DEVICE(int i, int j, int k) noexcept { x_vel_pert(i, j, k)=U_0;})
const Box zbx
Definition: ERF_SetupDiff.H:9
const Box xbx
Definition: ERF_SetupDiff.H:7
const Box ybx
Definition: ERF_SetupDiff.H:8
amrex::Real Real
Definition: ERF_ShocInterface.H:19