ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
TileNoZ.H File Reference
#include <AMReX.H>
Include dependency graph for TileNoZ.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

AMREX_FORCE_INLINE amrex::IntVect TileNoZ ()
 

Function Documentation

◆ TileNoZ()

AMREX_FORCE_INLINE amrex::IntVect TileNoZ ( )

Function returns explicit tile size that prevents tiling in z

12 {
13  if (amrex::TilingIfNotGPU()) {
14  return amrex::IntVect{amrex::FabArrayBase::mfiter_tile_size[0],
15  amrex::FabArrayBase::mfiter_tile_size[1],
16  1024000};
17  }
18  else {
19  return amrex::IntVect::TheZeroVector();
20  }
21 }

Referenced by add_thin_body_sources(), ERF::advance_dycore(), MOSTAverage::compute_plane_averages(), MOSTAverage::compute_region_averages(), ComputeTurbulentViscosityLES(), ERF::erf_enforce_hse(), erf_fast_rhs_N(), erf_fast_rhs_T(), erf_init_dens_hse(), erf_make_tau_terms(), erf_slow_rhs_pre(), SAM::IceFall(), Kessler::Init(), SAM::Init(), ERF::init_custom(), ERF::init_from_hse(), make_fast_coeffs(), make_sources(), SAM::PrecipFall(), MOSTAverage::set_k_indices_T(), MOSTAverage::set_norm_indices_T(), MOSTAverage::set_norm_positions_T(), MOSTAverage::set_z_positions_T(), MOSTAverage::write_averages(), MOSTAverage::write_k_indices(), MOSTAverage::write_norm_indices(), and MOSTAverage::write_xz_positions().

Here is the caller graph for this function: