-
- Downloads
forgot to add this, the drift mapper function.
-
mentioned in issue #177 (closed)
-
I left the recursion in there because it also sets values like
dx_max
andh_max
in the sub-cells, which we need forengine_marktasks
and in the actual computation.We could separate updating the particle positions/velocities out as a
threadpool_map
over the particles array, but we'd still need to do the recursion to collect the values. Don't know if this would be faster, as in both cases we need to run over the particles.
Please register or sign in to comment