Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
amrex::ParticleHeader::GridEntry Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ count

int amrex::ParticleHeader::GridEntry::count = 0

number of particles stored for this grid

◆ where

Long amrex::ParticleHeader::GridEntry::where = 0

byte offset of this grid's particle data within the data file

◆ which

int amrex::ParticleHeader::GridEntry::which = 0

index of the binary data file (DATA_XXXXX) holding this grid's particles


The documentation for this struct was generated from the following file: