ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_Interpolation_UPW.H>
Public Member Functions | |
CENTERED4 (const amrex::Array4< const amrex::Real > &phi, const amrex::Real) | |
AMREX_GPU_DEVICE AMREX_FORCE_INLINE void | InterpolateInX (const int &i, const int &j, const int &k, const int &qty_index, amrex::Real &val_lo, amrex::Real) const |
AMREX_GPU_DEVICE AMREX_FORCE_INLINE void | InterpolateInY (const int &i, const int &j, const int &k, const int &qty_index, amrex::Real &val_lo, amrex::Real) const |
AMREX_GPU_DEVICE AMREX_FORCE_INLINE void | InterpolateInZ (const int &i, const int &j, const int &k, const int &qty_index, amrex::Real &val_lo, amrex::Real) const |
AMREX_GPU_DEVICE AMREX_FORCE_INLINE amrex::Real | Evaluate (const amrex::Real &sp1, const amrex::Real &s, const amrex::Real &sm1, const amrex::Real &sm2) const |
int | GetUpwindCellNumber () const |
Private Attributes | |
amrex::Array4< const amrex::Real > | m_phi |
Static Private Attributes | |
static constexpr amrex::Real | g1 =(7.0/12.0) |
static constexpr amrex::Real | g2 =(1.0/12.0) |
Interpolation operators used for 4th order centered scheme
|
inline |
|
inline |
Referenced by InterpolateInX(), InterpolateInY(), and InterpolateInZ().
|
inline |
|
inline |
|
inline |
|
staticconstexprprivate |
Referenced by Evaluate().
|
staticconstexprprivate |
Referenced by Evaluate().
|
private |
Referenced by InterpolateInX(), InterpolateInY(), and InterpolateInZ().