#include <AMReX_Config.H>
#include <AMReX_BaseFab.H>
Go to the source code of this file.
|
| __device__ Real | amrex::amrex_calc_xslope (int i, int j, int k, int n, int order, amrex::Array4< Real const > const &q) noexcept |
| |
| __device__ 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 |
| |
| __device__ Real | amrex::amrex_calc_yslope (int i, int j, int k, int n, int order, amrex::Array4< Real const > const &q) noexcept |
| |
| __device__ 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 |
| |
| __device__ Real | amrex::amrex_calc_zslope (int i, int j, int k, int n, int order, amrex::Array4< Real const > const &q) noexcept |
| |
| __device__ Real | amrex::amrex_calc_zslope_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 |
| |