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

Method dataPtr

Src/Particle/AMReX_ParticleTileRT.H:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 [[nodiscard]] AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
47 T* dataPtr () const {
48 return m_data;
49 }
50
51 [[nodiscard]] AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
52 T* begin () const {

Callers 15

partitionParticlesFunction · 0.45
partitionParticlesByDestFunction · 0.45
PermutationForDepositionFunction · 0.45
idcpuarrayMethod · 0.45
realarrayMethod · 0.45
intarrayMethod · 0.45
buildCopiesFunction · 0.45
GetSendBufferOffsetMethod · 0.45
packBufferFunction · 0.45
unpackBufferFunction · 0.45
unpackRemotesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected