Skip to content

Void cell tree modifications to `grav/down` and long range gravity

William Roper requested to merge zoom_top_down_grav into zoom_merge

The top-down tasking simplifies some of the long-range gravity considerations since the tasks were all made at the same level. On the flip side the down in the zoom region now needs to start at the void level and be done in 2 halves:

  1. Void super -> zoom super
  2. zoom super -> leaves

With the former unlocking the latter.

Merge request reports