|
| template<class F > |
| __host__ __device__ void | amrex::Loop (Dim3 lo, Dim3 hi, F const &f) noexcept |
| |
| template<class F > |
| __host__ __device__ void | amrex::Loop (Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept |
| |
| template<class F > |
| __host__ __device__ void | amrex::LoopConcurrent (Dim3 lo, Dim3 hi, F const &f) noexcept |
| |
| template<class F > |
| __host__ __device__ void | amrex::LoopConcurrent (Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept |
| |
| template<class F , int dim> |
| __host__ __device__ void | amrex::Loop (BoxND< dim > const &bx, F const &f) noexcept |
| |
| template<class F , int dim> |
| __host__ __device__ void | amrex::Loop (BoxND< dim > const &bx, int ncomp, F const &f) noexcept |
| |
| template<class F , int dim> |
| __host__ __device__ void | amrex::LoopConcurrent (BoxND< dim > const &bx, F const &f) noexcept |
| |
| template<class F , int dim> |
| __host__ __device__ void | amrex::LoopConcurrent (BoxND< dim > const &bx, int ncomp, F const &f) noexcept |
| |
| template<class F > |
| void | amrex::LoopOnCpu (Dim3 lo, Dim3 hi, F const &f) noexcept |
| |
| template<class F > |
| void | amrex::LoopOnCpu (Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept |
| |
| template<class F > |
| void | amrex::LoopConcurrentOnCpu (Dim3 lo, Dim3 hi, F const &f) noexcept |
| |
| template<class F > |
| void | amrex::LoopConcurrentOnCpu (Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept |
| |
| template<class F , int dim> |
| void | amrex::LoopOnCpu (BoxND< dim > const &bx, F const &f) noexcept |
| |
| template<class F , int dim> |
| void | amrex::LoopOnCpu (BoxND< dim > const &bx, int ncomp, F const &f) noexcept |
| |
| template<class F , int dim> |
| void | amrex::LoopConcurrentOnCpu (BoxND< dim > const &bx, F const &f) noexcept |
| |
| template<class F , int dim> |
| void | amrex::LoopConcurrentOnCpu (BoxND< dim > const &bx, int ncomp, F const &f) noexcept |
| |