hierpart
Hierpart, short for hierarchical partition, is a concept used in mathematics and computer science to describe a multi-level subdivision of a domain into smaller, simpler parts. In its standard form, a hierpart is a sequence of partitions P0, P1, P2, ... of a bounded domain Ω in R^d where P0 consists of a single cell Ω and each successive partition Pi+1 refines Pi by subdividing some cells into a fixed number of subcells. The subdivision is typically represented as a tree: each node corresponds to a cell, and its children are the subcells produced by refinement.
Common concrete instantiations include dyadic partitions in one dimension (splitting intervals in half), quadtrees in two
Key properties include disjoint interiors, full coverage of Ω, and refinement consistency (a refinement replaces a cell
Hierparts are used in various applications: spatial indexing and databases, computer graphics and collision detection, finite