Skip to content

Implementing top down task creation from void cells to zoom cells (final logic and timestep modifications)

William Roper requested to merge zoom_top_down_tasks into zoom_merge

This MR introduces a top-down method for creating zoom gravity tasks. The tasks all get made at the void cell level (which simplifies the creation) and are then split down to the zoom level aiming to offload as much as possible into grav_mm tasks along the way down the cell tree.

Edited by William Roper

Merge request reports