|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mlndts_detail::ts_interp_line_x (Array4< Real const > const &crse, int ic, int jc, int kc) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mlndts_detail::ts_interp_line_y (Array4< Real const > const &crse, int ic, int jc, int kc) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mlndts_detail::ts_interp_line_z (Array4< Real const > const &crse, int ic, int jc, int kc) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mlndts_detail::ts_interp_face_xy (Array4< Real const > const &crse, int ic, int jc, int kc) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mlndts_detail::ts_interp_face_xz (Array4< Real const > const &crse, int ic, int jc, int kc) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | amrex::mlndts_detail::ts_interp_face_yz (Array4< Real const > const &crse, int ic, int jc, int kc) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlndtslap_interpadd (int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlndtslap_semi_interpadd (int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, int) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlndtslap_adotx (int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlndtslap_gauss_seidel (int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept |
|