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

Method isValid

Src/Particle/AMReX_ParticleBufferMap.cpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154bool ParticleBufferMap::isValid (const ParGDBBase* a_gdb) const
155{
156 return isValid(a_gdb, false, IntVect(AMREX_D_DECL(1024000, 1024000, 1024000)));
157}
158
159bool ParticleBufferMap::isValid (const ParGDBBase* a_gdb, bool a_do_tiling,
160 const IntVect& a_tile_size) const

Callers 15

numParticlesOutOfRangeFunction · 0.45
EnsureThreadSafeTilesFunction · 0.45
defineBufferMapMethod · 0.45
BuildRedistributeMaskMethod · 0.45
unpackBufferFunction · 0.45
ParticleToMeshFunction · 0.45
MeshToParticleFunction · 0.45
buildNeighborMaskMethod · 0.45
buildNeighborCopyOpMethod · 0.45
clearNeighborsGPUMethod · 0.45
WriteParticlesMethod · 0.45
RestartMethod · 0.45

Calls 2

finestLevelMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected