| 104 | } |
| 105 | |
| 106 | [[nodiscard]] AMREX_FORCE_INLINE |
| 107 | int numBuckets () const |
| 108 | { |
| 109 | AMREX_ASSERT(m_defined); |
| 110 | return static_cast<int>(m_bucket_to_gid.size()); |
| 111 | } |
| 112 | |
| 113 | [[nodiscard]] AMREX_FORCE_INLINE |
| 114 | int bucketToGrid (int bid) const |
no test coverage detected