Skip to content

Avoid recursion in the tasks if no particle is active.

Matthieu Schaller requested to merge abort_recursion into master

Does exactly what it says. We don't want to go through all the cells recursively just to find the handful that need this task to act upon.

Big improvements when added to the kill_drift branch on the EAGLE_25 case.

Merge request reports