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

Method getPIDFunctor

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

Source from the content-addressed store, hash-verified

193 }
194
195 [[nodiscard]] GetPID getPIDFunctor () const noexcept { return GetPID(d_bucket_to_pid, d_lev_gid_tid_to_bucket, d_lev_offsets, d_gid_offsets);}
196 [[nodiscard]] GetBucket getBucketFunctor () const noexcept { return GetBucket(d_lev_gid_tid_to_bucket.data(), d_lev_offsets.data(), d_gid_offsets.data());}
197 [[nodiscard]] GetBucket getHostBucketFunctor () const noexcept { return GetBucket(m_lev_gid_tid_to_bucket.data(), m_lev_offsets.data(), m_gid_offsets.data());}
198

Callers 2

partitionParticlesByDestFunction · 0.80
GetSendBufferOffsetMethod · 0.80

Calls 1

GetPIDClass · 0.85

Tested by

no test coverage detected