ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_Interpolation_WENO.H>
Public Member Functions | |
WENO3 (const amrex::Array4< const amrex::Real > &phi) | |
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 upw_lo, const 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 upw_lo, const 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 upw_lo, const amrex::Real) const |
AMREX_GPU_DEVICE AMREX_FORCE_INLINE amrex::Real | Evaluate (const amrex::Real &sm1, const amrex::Real &s, const amrex::Real &sp1) const |
Private Attributes | |
amrex::Array4< const amrex::Real > | m_phi |
const amrex::Real | eps =1.0e-6 |
const amrex::Real | tol =1.0e-12 |
Static Private Attributes | |
static constexpr amrex::Real | g1 =(1.0/3.0) |
static constexpr amrex::Real | g2 =(2.0/3.0) |
Interpolation operators used for WENO-5 scheme
|
inline |
|
inline |
Referenced by InterpolateInX(), InterpolateInY(), and InterpolateInZ().
|
inline |
|
inline |
|
inline |
|
private |
Referenced by Evaluate().
|
staticconstexprprivate |
Referenced by Evaluate().
|
staticconstexprprivate |
Referenced by Evaluate().
|
private |
Referenced by InterpolateInX(), InterpolateInY(), and InterpolateInZ().
|
private |
Referenced by InterpolateInX(), InterpolateInY(), and InterpolateInZ().