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

Method GetArrayOfStructs

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

Source from the content-addressed store, hash-verified

87 [[nodiscard]] ParticleTileRef GetParticleTile () const { return *m_particle_current_tile; }
88
89 [[nodiscard]] AoSRef GetArrayOfStructs () const { return GetParticleTile().GetArrayOfStructs(); }
90
91 [[nodiscard]] SoARef GetStructOfArrays () const { return GetParticleTile().GetStructOfArrays(); }
92

Callers 15

InitParticlesMethod · 0.80
minAndMaxDistanceMethod · 0.80
moveParticlesMethod · 0.80
checkNeighborListMethod · 0.80
reset_test_idMethod · 0.80
InitParticlesMethod · 0.80
moveParticlesMethod · 0.80
negateEvenMethod · 0.80
InitParticlesMethod · 0.80
moveParticlesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected