Go to the source code of this file.
|
| ParmParse | pp_prob ("prob") |
| |
| pp_prob | query ("advection_heating_rate", advection_heating_rate) |
| |
| | for (amrex::MFIter mfi(*src, amrex::TilingIfNotGPU());mfi.isValid();++mfi) |
| |
◆ for()
| for |
( |
amrex::MFIter mfi(*, ::TilingIfNotGPU |
| ) |
|
12 const auto &box = mfi.tilebox();
13 const Array4<Real>& src_arr = src->array(mfi);
14 if (box.length(0) == 1) {
15 ParallelFor(box, [=] AMREX_GPU_DEVICE (
int i,
int j,
int k) {
ParallelFor(grown_box, [=] AMREX_GPU_DEVICE(int i, int j, int k) { qrcuten_arr(i, j, k)=Real(0);qscuten_arr(i, j, k)=Real(0);qicuten_arr(i, j, k)=Real(0);})
Real advection_heating_rate
Definition: ERF_UpdateRhoThetaSources_RICO.H:3
◆ pp_prob()
| ParmParse pp_prob |
( |
"prob" |
| ) |
|
◆ query()
◆ advection_heating_rate