|
chombo-discharge
|
Compact representation of one level's tiles over the super-tile grid. More...
#include <CD_TiledMeshRefine.H>
Compact representation of one level's tiles over the super-tile grid.
A super-tile is a m_superFactor block of min_block_size tiles. Fully-tagged super-tiles are stored by key only (m_full); partially-tagged ones additionally store a bitmask of their tagged sub-tiles (m_partial). Super-tile keys are packed IntVects (see encodeSuper / decodeSuper).