ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
Go to the source code of this file.
Functions | |
template<typename InterpType_H , typename InterpType_V > | |
void | AdvectionSrcForScalarsWrapper (const amrex::Box &bx, const int &ncomp, const int &icomp, const amrex::GpuArray< const amrex::Array4< amrex::Real >, AMREX_SPACEDIM > flx_arr, const amrex::Array4< const amrex::Real > &cell_prim, const amrex::Array4< const amrex::Real > &avg_xmom, const amrex::Array4< const amrex::Real > &avg_ymom, const amrex::Array4< const amrex::Real > &avg_zmom, const amrex::Real horiz_upw_frac, const amrex::Real vert_upw_frac) |
template<typename InterpType_H > | |
void | AdvectionSrcForScalarsVert (const amrex::Box &bx, const int &ncomp, const int &icomp, const amrex::GpuArray< const amrex::Array4< amrex::Real >, AMREX_SPACEDIM > flx_arr, const amrex::Array4< const amrex::Real > &cell_prim, const amrex::Array4< const amrex::Real > &avg_xmom, const amrex::Array4< const amrex::Real > &avg_ymom, const amrex::Array4< const amrex::Real > &avg_zmom, const amrex::Real horiz_upw_frac, const amrex::Real vert_upw_frac, const AdvType vert_adv_type) |
void AdvectionSrcForScalarsVert | ( | const amrex::Box & | bx, |
const int & | ncomp, | ||
const int & | icomp, | ||
const amrex::GpuArray< const amrex::Array4< amrex::Real >, AMREX_SPACEDIM > | flx_arr, | ||
const amrex::Array4< const amrex::Real > & | cell_prim, | ||
const amrex::Array4< const amrex::Real > & | avg_xmom, | ||
const amrex::Array4< const amrex::Real > & | avg_ymom, | ||
const amrex::Array4< const amrex::Real > & | avg_zmom, | ||
const amrex::Real | horiz_upw_frac, | ||
const amrex::Real | vert_upw_frac, | ||
const AdvType | vert_adv_type | ||
) |
Wrapper function for templating the vertical advective tendency w/ spatial order > 2.
void AdvectionSrcForScalarsWrapper | ( | const amrex::Box & | bx, |
const int & | ncomp, | ||
const int & | icomp, | ||
const amrex::GpuArray< const amrex::Array4< amrex::Real >, AMREX_SPACEDIM > | flx_arr, | ||
const amrex::Array4< const amrex::Real > & | cell_prim, | ||
const amrex::Array4< const amrex::Real > & | avg_xmom, | ||
const amrex::Array4< const amrex::Real > & | avg_ymom, | ||
const amrex::Array4< const amrex::Real > & | avg_zmom, | ||
const amrex::Real | horiz_upw_frac, | ||
const amrex::Real | vert_upw_frac | ||
) |
Wrapper function for computing the advective tendency w/ spatial order > 2.