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

Method size

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

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

Source from the content-addressed store, hash-verified

30 *
31 */
32 [[nodiscard]] std::size_t size () const { return m_data.size(); }
33
34 /**
35 * \brief Returns the number of real particles (excluding neighbors)

Callers 2

numTotalParticlesMethod · 0.45
dataShapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected