Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ idcpuarray
Method
idcpuarray
Src/Particle/AMReX_StructOfArrays.H:308–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
[[nodiscard]] uint64_t* idcpuarray () {
309
if constexpr (use64BitIdCpu == true) {
310
return m_idcpu.dataPtr();
311
} else {
312
return nullptr;
313
}
314
}
315
316
[[nodiscard]] GpuArray<ParticleReal*, NReal> realarray ()
317
{
Callers
nothing calls this directly
Calls
1
dataPtr
Method · 0.45
Tested by
no test coverage detected