Added info on volume change in mesh motion

This commit is contained in:
Hrvoje Jasak 2019-04-03 13:05:34 +01:00
parent 49124b24c2
commit f8f6b78897

View file

@ -49,7 +49,7 @@ if (mesh.moving())
Info<< "volume continuity errors : "
<< "V = " << sumV
<< ", V0 = " << sumV0
<< ", deltaVol = " << gSum(mag(V - V0))
<< ", deltaVol = " << gSum(mag(V - V0))
<< ", max error = " << maxMotionError
<< ", sum local = " << sumLocalContErr
<< ", global = " << globalContErr << endl;