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

Method GetLevel

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

Source from the content-addressed store, hash-verified

99 [[nodiscard]] Long capacity () const { return GetParticleTile().capacity(); }
100
101 [[nodiscard]] int GetLevel () const { return m_level; }
102
103 [[nodiscard]] std::pair<int, int> GetPairIndex () const { return std::make_pair(this->index(), this->LocalTileIndex()); }
104

Callers 1

numParticlesOutOfRangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected