|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|

Go to the source code of this file.
Functions | |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | getRhoAlphaForFaces (int i, int j, int k, int ioff, int joff, amrex::Real &rhoAlpha_lo, amrex::Real &rhoAlpha_hi, const amrex::Array4< const amrex::Real > &cell_data, const amrex::Array4< const amrex::Real > &mu_turb, const amrex::Real mu_eff, bool l_consA, bool l_turb) |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | getRhoAlphaForFaces (int i, int j, int k, amrex::Real &rhoAlpha_lo, amrex::Real &rhoAlpha_hi, const amrex::Array4< const amrex::Real > &cell_data, const amrex::Array4< const amrex::Real > &mu_turb, const amrex::Real mu_eff, bool l_consA, bool l_turb) |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void getRhoAlphaForFaces | ( | int | i, |
| int | j, | ||
| int | k, | ||
| amrex::Real & | rhoAlpha_lo, | ||
| amrex::Real & | rhoAlpha_hi, | ||
| const amrex::Array4< const amrex::Real > & | cell_data, | ||
| const amrex::Array4< const amrex::Real > & | mu_turb, | ||
| const amrex::Real | mu_eff, | ||
| bool | l_consA, | ||
| bool | l_turb | ||
| ) |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void getRhoAlphaForFaces | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | ioff, | ||
| int | joff, | ||
| amrex::Real & | rhoAlpha_lo, | ||
| amrex::Real & | rhoAlpha_hi, | ||
| const amrex::Array4< const amrex::Real > & | cell_data, | ||
| const amrex::Array4< const amrex::Real > & | mu_turb, | ||
| const amrex::Real | mu_eff, | ||
| bool | l_consA, | ||
| bool | l_turb | ||
| ) |
Referenced by ImplicitDiffForMom_N(), ImplicitDiffForMom_S(), and ImplicitDiffForMom_T().
