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

Method data

Src/Particle/AMReX_ParticleTileRT.H:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 [[nodiscard]] AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
42 T* data () const {
43 return m_data;
44 }
45
46 [[nodiscard]] AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
47 T* dataPtr () const {

Callers 15

get_raw_dataMethod · 0.45
ReorderParticlesFunction · 0.45
buildCopiesFunction · 0.45
buildNeighborCopyOpMethod · 0.45
AdvectWithUmacMethod · 0.45
AdvectWithUccMethod · 0.45
TimestampMethod · 0.45
getBucketFunctorMethod · 0.45
getHostBucketFunctorMethod · 0.45
GetIdCPUDataMethod · 0.45
GetRealDataMethod · 0.45
GetIntDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected