ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_InitCustomPert_UserDefined.H
Go to the documentation of this file.
1 
2  ParmParse pp_prob("prob");
3 
4  ParallelFor(bx, [=] AMREX_GPU_DEVICE(int /*i*/, int /*j*/, int /*k*/) noexcept
5  {
6  });
ParmParse pp_prob("prob")
ParallelFor(bx, [=] AMREX_GPU_DEVICE(int, int, int) noexcept { })