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

Method numNeighborParticles

Src/Particle/AMReX_ParIter.H:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 [[nodiscard]] auto numRealParticles () const { return GetParticleTile().numRealParticles(); }
96
97 [[nodiscard]] auto numNeighborParticles () const { return GetParticleTile().numNeighborParticles(); }
98
99 [[nodiscard]] Long capacity () const { return GetParticleTile().capacity(); }
100

Callers 5

assertNoNeighborsMethod · 0.45
ReorderParticlesFunction · 0.45
updateNeighborsCPUMethod · 0.45
ReorderParticlesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected