![]() |
Block-Structured AMR Software Framework
|
#include <AMReX_Box.H>
Public Member Functions | |
| BoxIndexerND (BoxND< dim > const &box) | |
| __host__ __device__ IntVectND< dim > | intVect (std::uint64_t icell) const |
| template<int N = dim, std::enable_if_t<(1<=N &&N<=3), int > = 0> | |
| __host__ __device__ Dim3 | operator() (std::uint64_t icell) const |
| __host__ __device__ std::uint64_t | numPts () const |
Public Attributes | |
| std::uint64_t | npts |
| Math::FastDivmodU64 | fdm [dim-1] |
| IntVectND< dim > | lo |
|
inline |
|
inline |
|
inline |
|
inline |
| Math::FastDivmodU64 amrex::BoxIndexerND< dim >::fdm[dim-1] |
| IntVectND<dim> amrex::BoxIndexerND< dim >::lo |
| std::uint64_t amrex::BoxIndexerND< dim >::npts |