#include <AMReX_Config.H>
#include <AMReX_BaseFab.H>
Go to the source code of this file.
|
AMREX_GPU_DEVICE AMREX_FORCE_INLINE Real | amrex::amrex_calc_xslope (int i, int j, int k, int n, int order, amrex::Array4< Real const > const &q) noexcept |
|
AMREX_GPU_DEVICE AMREX_FORCE_INLINE Real | amrex::amrex_calc_xslope_extdir (int i, int j, int k, int n, int order, amrex::Array4< Real const > const &q, bool edlo, bool edhi, int domlo, int domhi) noexcept |
|
AMREX_GPU_DEVICE AMREX_FORCE_INLINE Real | amrex::amrex_calc_yslope (int i, int j, int k, int n, int order, amrex::Array4< Real const > const &q) noexcept |
|
AMREX_GPU_DEVICE AMREX_FORCE_INLINE Real | amrex::amrex_calc_yslope_extdir (int i, int j, int k, int n, int order, amrex::Array4< Real const > const &q, bool edlo, bool edhi, int domlo, int domhi) noexcept |
|