Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-4.0 into nextRelease
This commit is contained in:
commit
6071684d0f
1 changed files with 3 additions and 2 deletions
|
@ -47,8 +47,9 @@ if (mesh.moving())
|
|||
}
|
||||
|
||||
Info<< "volume continuity errors : "
|
||||
<< "volume = " << sumV
|
||||
<< ", old volume = " << sumV0
|
||||
<< "V = " << sumV
|
||||
<< ", V0 = " << sumV0
|
||||
<< ", deltaVol = " << gSum(mag(V - V0))
|
||||
<< ", max error = " << maxMotionError
|
||||
<< ", sum local = " << sumLocalContErr
|
||||
<< ", global = " << globalContErr << endl;
|
||||
|
|
Reference in a new issue