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

Method numParticles

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

Source from the content-addressed store, hash-verified

91 [[nodiscard]] SoARef GetStructOfArrays () const { return GetParticleTile().GetStructOfArrays(); }
92
93 [[nodiscard]] auto numParticles () const { return GetParticleTile().numParticles(); }
94
95 [[nodiscard]] auto numRealParticles () const { return GetParticleTile().numRealParticles(); }
96

Callers 15

addParticlesFunction · 0.45
minAndMaxDistanceMethod · 0.45
moveParticlesMethod · 0.45
checkNeighborListMethod · 0.45
moveParticlesMethod · 0.45
negateEvenMethod · 0.45
checkAnswerMethod · 0.45
moveParticlesMethod · 0.45
negateEvenMethod · 0.45
checkAnswerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected