#include <AMReX_Config.H>
Go to the source code of this file.
|
| #define | I_LO (4*(ic+1)-i) |
| |
| #define | J_LO (4*(jc+1)-j) |
| |
| #define | I_HI (i-4*ic) |
| |
| #define | J_HI (j-4*jc) |
| |
|
| template<typename T > |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::TwoD::mlmg_lin_cc_interp_r2 (Box const &bx, Array4< T > const &ff, Array4< T const > const &cc, int nc) noexcept |
| |
| template<typename T > |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::TwoD::mlmg_lin_cc_interp_r4 (Box const &bx, Array4< T > const &ff, Array4< T const > const &cc, int nc) noexcept |
| |
| template<int R, typename T > |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::TwoD::mlmg_eb_cc_interp_r (Box const &bx, Array4< T > const &ff, Array4< T const > const &cc, Array4< EBCellFlag const > const &flag, int nc) noexcept |
| |
| template<typename T > |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::TwoD::mlmg_lin_nd_interp_r2 (int i, int j, int, int n, Array4< T > const &fine, Array4< T const > const &crse) noexcept |
| |
| template<typename T > |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::TwoD::mlmg_lin_nd_interp_r4 (int i, int j, int, int n, Array4< T > const &fine, Array4< T const > const &crse) noexcept |
| |
◆ I_HI
◆ I_LO
| #define I_LO (4*(ic+1)-i) |
◆ J_HI
◆ J_LO
| #define J_LO (4*(jc+1)-j) |