The goal of this PR is to enhance the R-tree handling and encapsulation of such information in user-codes. To this aim, a new class CellsAgglomerator has been added. It takes an already-built tree and has methods extract_agglomerates() and get_hierarchy() to retrieve such information. The latter is a new way to get parent-child relationships during traversal.
The goal of this PR is to enhance the R-tree handling and encapsulation of such information in user-codes. To this aim, a new class
CellsAgglomerator
has been added. It takes an already-built tree and has methodsextract_agglomerates()
andget_hierarchy()
to retrieve such information. The latter is a new way to get parent-child relationships during traversal.Roadmap (for this PR):