1 ParallelFor(bx, [=] AMREX_GPU_DEVICE(
int i,
int j,
int k) noexcept
constexpr amrex::Real Gamma
Definition: ERF_Constants.H:19
#define RhoTheta_comp
Definition: ERF_IndexDefines.H:37
state_pert(i, j, k, RhoTheta_comp)
ParallelFor(bx, [=] AMREX_GPU_DEVICE(int i, int j, int k) noexcept { state_pert(i, j, k, RhoTheta_comp)=std::pow(1.0, 1.0/Gamma) *101325.0/287.0 - p_hse(i, j, k);})