A struct used for storing a particle's position in the AMR hierarchy. More...
#include <AMReX_ParticleContainer.H>
Public Attributes | |
| int | m_lev = -1 |
| int | m_grid = -1 |
| int | m_tile = -1 |
| IntVect | m_cell { -1 , -1 , -1 } |
| Box | m_gridbox |
| Box | m_tilebox |
| Box | m_grown_gridbox |
A struct used for storing a particle's position in the AMR hierarchy.
| IntVect amrex::ParticleLocData::m_cell { -1 , -1 , -1 } |
| int amrex::ParticleLocData::m_grid = -1 |
| Box amrex::ParticleLocData::m_gridbox |
| Box amrex::ParticleLocData::m_grown_gridbox |
| int amrex::ParticleLocData::m_lev = -1 |
| int amrex::ParticleLocData::m_tile = -1 |
| Box amrex::ParticleLocData::m_tilebox |