Skip to content

Fix error in center of mass computation in FSLBM showcases

Christoph Schwarzmeier requested to merge fix-evaluation-error-bubble into master

This merge request fixes an error in the evaluation of the bubble's center of mass in the showcases TaylorBubble and RisingBubble.

In bb313c98, the code was changed so that a Vector3 type is MPI-reduced. However, the reduced vector was forgotten to be used in the computation.

Merge request reports