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

Method GetStructOfArrays

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

Source from the content-addressed store, hash-verified

89 [[nodiscard]] AoSRef GetArrayOfStructs () const { return GetParticleTile().GetArrayOfStructs(); }
90
91 [[nodiscard]] SoARef GetStructOfArrays () const { return GetParticleTile().GetStructOfArrays(); }
92
93 [[nodiscard]] auto numParticles () const { return GetParticleTile().numParticles(); }
94

Callers 15

addParticlesFunction · 0.80
InitParticlesMethod · 0.80
reset_test_idMethod · 0.80
InitParticlesMethod · 0.80
InitParticlesMethod · 0.80
InitParticlesMethod · 0.80
InitParticlesMethod · 0.80
copyTileToHostMethod · 0.80
InitParticlesMethod · 0.80
InitParticlesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected