Block-Structured AMR Software Framework
 
Loading...
Searching...
No Matches
AMReX_Loop.H File Reference
#include <AMReX_Config.H>
#include <AMReX_Box.H>
#include <AMReX_ConstexprFor.H>
#include <AMReX_Extension.H>
#include <AMReX_Loop.nolint.H>

Go to the source code of this file.

Namespaces

namespace  amrex
 

Functions

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