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

Method numTotalParticles

Src/Particle/AMReX_ArrayOfStructs.H:56–56  ·  view source on GitHub ↗

* \brief Returns the total number of particles (real and neighbor) * */

Source from the content-addressed store, hash-verified

54 *
55 */
56 [[nodiscard]] int numTotalParticles () const { return m_data.size(); }
57
58 void setNumNeighbors (int num_neighbors)
59 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected