![]() |
Block-Structured AMR Software Framework
|
One entry of the per-level grid table. More...
#include <AMReX_ParticleHeader.H>
Public Attributes | |
| int | which = 0 |
| index of the binary data file (DATA_XXXXX) holding this grid's particles | |
| int | count = 0 |
| number of particles stored for this grid | |
| Long | where = 0 |
| byte offset of this grid's particle data within the data file | |
One entry of the per-level grid table.
Locates the binary particle data of a single grid: the particles of a grid are stored contiguously in the data file "DATA_XXXXX" (with XXXXX = which), starting where bytes into that file.
| int amrex::ParticleHeader::GridEntry::count = 0 |
number of particles stored for this grid
| Long amrex::ParticleHeader::GridEntry::where = 0 |
byte offset of this grid's particle data within the data file
| int amrex::ParticleHeader::GridEntry::which = 0 |
index of the binary data file (DATA_XXXXX) holding this grid's particles