#include <AMReX_ParticleUtil.H>
|
| | BinMapper (const int *off_bins_p, const GpuArray< Real, 3 > *dxi_p, const GpuArray< Real, 3 > *plo_p, const Dim3 *lo_p, const Dim3 *hi_p, int *bin_type_array=nullptr) |
| |
| template<typename T > |
| __host__ __device__ unsigned int | operator() (const T &ptd, int i) const |
| |
◆ BinMapper()
| amrex::BinMapper::BinMapper |
( |
const int * |
off_bins_p, |
|
|
const GpuArray< Real, 3 > * |
dxi_p, |
|
|
const GpuArray< Real, 3 > * |
plo_p, |
|
|
const Dim3 * |
lo_p, |
|
|
const Dim3 * |
hi_p, |
|
|
int * |
bin_type_array = nullptr |
|
) |
| |
|
inline |
◆ operator()()
template<typename T >
| __host__ __device__ unsigned int amrex::BinMapper::operator() |
( |
const T & |
ptd, |
|
|
int |
i |
|
) |
| const |
|
inline |
◆ m_bin_type_array
| int* amrex::BinMapper::m_bin_type_array |
|
private |
◆ m_dxi_p
| const GpuArray<Real,3>* amrex::BinMapper::m_dxi_p |
|
private |
◆ m_hi_p
| const Dim3* amrex::BinMapper::m_hi_p |
|
private |
◆ m_lo_p
| const Dim3* amrex::BinMapper::m_lo_p |
|
private |
◆ m_off_bins_p
| const int* amrex::BinMapper::m_off_bins_p |
|
private |
◆ m_plo_p
| const GpuArray<Real,3>* amrex::BinMapper::m_plo_p |
|
private |
The documentation for this struct was generated from the following file: