|
chombo-discharge
|
One leaf of a kd tree: a contiguous index range into the (in-place reordered) particle buffer, plus its axis-aligned bounding box. More...
#include <CD_KDParticleMerge.H>
One leaf of a kd tree: a contiguous index range into the (in-place reordered) particle buffer, plus its axis-aligned bounding box.
Leaves are never grid-aligned by construction (see buildKDQuotaLeaves()) – a leaf's box can legitimately straddle a cell face. Whether a leaf is interior, a boundary candidate, or unmergeable is NOT stored here; it is derived at classification time from the leaf's own members/box (see mergeKDCarve()'s implementation) so there is exactly one source of truth for that decision.