|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mf_compute_slopes_x (int i, int j, int k, Array4< Real const > const &u, int nu, Box const &domain, BCRec const &bc) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mf_compute_slopes_y (int i, int j, int k, Array4< Real const > const &u, int nu, Box const &domain, BCRec const &bc) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mf_compute_slopes_z (int i, int j, int k, Array4< Real const > const &u, int nu, Box const &domain, BCRec const &bc) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mf_cell_quadratic_compute_slopes_xx (int i, int j, int k, Array4< Real const > const &u, int nu, Box const &domain, BCRec const &bc) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mf_cell_quadratic_compute_slopes_yy (int i, int j, int k, Array4< Real const > const &u, int nu, Box const &domain, BCRec const &bc) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mf_cell_quadratic_compute_slopes_zz (int i, int j, int k, Array4< Real const > const &u, int nu, Box const &domain, BCRec const &bc) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mf_cell_quadratic_compute_slopes_xy (int i, int j, int k, Array4< Real const > const &u, int nu, Box const &domain, BCRec const &bc) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mf_cell_quadratic_compute_slopes_xz (int i, int j, int k, Array4< Real const > const &u, int nu, Box const &domain, BCRec const &bc) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mf_cell_quadratic_compute_slopes_yz (int i, int j, int k, Array4< Real const > const &u, int nu, Box const &domain, BCRec const &bc) |
|