Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
partitionParticles
Function · 0.45
partitionParticlesByDest
Function · 0.45
PermutationForDeposition
Function · 0.45
idcpuarray
Method · 0.45
realarray
Method · 0.45
intarray
Method · 0.45
buildCopies
Function · 0.45
GetSendBufferOffset
Method · 0.45
packBuffer
Function · 0.45
unpackBuffer
Function · 0.45
communicateParticlesStart
Function · 0.45
unpackRemotes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected