Skip to content

Also send dx_max_part and dx_max_gpart alongside ti_end_min at the end of a time-step when running with MPI

Matthieu Schaller requested to merge send_dx_max_part into master

Implements the solution to #367 (closed). Instead of just sending the time-step we send the distances moved by any part and gpart in that cell.

I have also done some cleaning up around the packing and unpacking and improved the documentation.

Merge request reports