Skip to content

Draft: Implementing top down task creation from void cells to zoom cells

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.

This is currently in draft because the interactions are not adding up. As it stands background particles are reporting nearly double the total number of gparts in interactions (though this could be hiding other issues). (It's also a bit messy!)

Edited by William Roper

Merge request reports