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

Method procID

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

Source from the content-addressed store, hash-verified

179 }
180
181 [[nodiscard]] AMREX_FORCE_INLINE
182 int procID (int gid, int lev) const
183 {
184 AMREX_ASSERT(!m_do_tiling);
185 return procID(gid, 0, lev);
186 }
187
188 [[nodiscard]] AMREX_FORCE_INLINE
189 int procID (int gid, int tid, int lev) const

Callers 2

buildMPIFinishMethod · 0.80
hostPartitionTileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected