MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / numBuckets

Method numBuckets

Src/Particle/AMReX_ParticleBufferMap.H:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

buildFunction · 0.80
packBufferFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected