|
template<typename F , typename T , typename T_ParticleType , template< class, int, int > class PTDType, int NAR, int NAI> |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE auto | call_f (F const &f, const PTDType< T_ParticleType, NAR, NAI > &p, const int i, Array4< T > const &fabarr, GpuArray< Real, AMREX_SPACEDIM > const &plo, GpuArray< Real, AMREX_SPACEDIM > const &dxi) noexcept |
|
template<typename F , typename T_ParticleType , int NAR, int NAI> |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE auto | call_f (F const &f, const ConstParticleTileData< T_ParticleType, NAR, NAI > &p, const int i) noexcept |
|
template<typename C > |
void | clearEmptyEntries (C &c) |
|