-
|
What is the relationship between the
Am I correct, or am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi Nathan, You are correct. |
Beta Was this translation helpful? Give feedback.
Hi Nathan,
You are correct.
particles.tile_sizeis in terms of number of grid cells and controls the number ofParticleTiles per grid.ParticleTile::resize()adjusts the lengths of theAoSandSoAdata structures on a givenParticleTilein terms of the number of particles. A common use forParticleTile::resize()would be to allocate space for some number of particles on a tile, then fill in the data for each particle.