|
template<class T > |
static AMREX_FORCE_INLINE T | CellToNodeAverage (const amrex::Array4< const T > &f, const int &i, const int &j, const int &k, const int &m, std::array< StencilType, AMREX_SPACEDIM > stencil=DefaultType) |
|
template<class T > |
static AMREX_FORCE_INLINE T | CellToNodeAverage (const amrex::Array4< T > &f, const int &i, const int &j, const int &k, const int &m, std::array< StencilType, AMREX_SPACEDIM > stencil=DefaultType) |
|
template<class T > |
static AMREX_FORCE_INLINE T | NodeToCellAverage (const amrex::Array4< const T > &f, const int &i, const int &j, const int &k, const int &m) |
|
template<class T > |
static AMREX_FORCE_INLINE T | NodeToCellAverage (const amrex::Array4< T > &f, const int &i, const int &j, const int &k, const int &m) |
|
Definition at line 1272 of file Stencil.H.
◆ CellToNodeAverage() [1/2]
template<class T >
static AMREX_FORCE_INLINE T Numeric::Interpolate::CellToNodeAverage |
( |
const amrex::Array4< const T > & |
f, |
|
|
const int & |
i, |
|
|
const int & |
j, |
|
|
const int & |
k, |
|
|
const int & |
m, |
|
|
std::array< StencilType, AMREX_SPACEDIM > |
stencil = DefaultType |
|
) |
| |
|
inlinestatic |
◆ CellToNodeAverage() [2/2]
template<class T >
static AMREX_FORCE_INLINE T Numeric::Interpolate::CellToNodeAverage |
( |
const amrex::Array4< T > & |
f, |
|
|
const int & |
i, |
|
|
const int & |
j, |
|
|
const int & |
k, |
|
|
const int & |
m, |
|
|
std::array< StencilType, AMREX_SPACEDIM > |
stencil = DefaultType |
|
) |
| |
|
inlinestatic |
◆ NodeToCellAverage() [1/2]
template<class T >
static AMREX_FORCE_INLINE T Numeric::Interpolate::NodeToCellAverage |
( |
const amrex::Array4< const T > & |
f, |
|
|
const int & |
i, |
|
|
const int & |
j, |
|
|
const int & |
k, |
|
|
const int & |
m |
|
) |
| |
|
inlinestatic |
◆ NodeToCellAverage() [2/2]
template<class T >
static AMREX_FORCE_INLINE T Numeric::Interpolate::NodeToCellAverage |
( |
const amrex::Array4< T > & |
f, |
|
|
const int & |
i, |
|
|
const int & |
j, |
|
|
const int & |
k, |
|
|
const int & |
m |
|
) |
| |
|
inlinestatic |
◆ fac
constexpr static Set::Scalar Numeric::Interpolate::fac = AMREX_D_PICK(0.5, 0.25, 0.125) |
|
staticconstexpr |
The documentation for this struct was generated from the following file: