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

Method numRealParticles

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

Source from the content-addressed store, hash-verified

93 [[nodiscard]] auto numParticles () const { return GetParticleTile().numParticles(); }
94
95 [[nodiscard]] auto numRealParticles () const { return GetParticleTile().numRealParticles(); }
96
97 [[nodiscard]] auto numNeighborParticles () const { return GetParticleTile().numNeighborParticles(); }
98

Callers 4

buildMethod · 0.45
updateNeighborsCPUMethod · 0.45
GetMeshMetadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected