Merge branch 'cvm' of /home/noisy3/OpenFOAM/OpenFOAM-dev into cvm

This commit is contained in:
mattijs
2011-07-06 15:28:25 +01:00
20 changed files with 231 additions and 116 deletions

View File

@ -1318,7 +1318,7 @@ bool Foam::conformalVoronoiMesh::distributeBackground()
}
Info<< " Total number of vertices before redistribution "
<< globalNRealVertices
<< returnReduce(label(number_of_vertices()), sumOp<label>())
<< endl;
// Pout<< " Real vertices before distribution "
@ -1446,9 +1446,8 @@ bool Foam::conformalVoronoiMesh::distributeBackground()
// processor each point should be on, so give distribute = false
insertPoints(pointsToInsert, indices, types, false);
// Adjust by 8 because of insertion of bounding points by reset
Info<< " Total number of vertices after redistribution "
<< returnReduce(label(number_of_vertices() - 8), sumOp<label>())
<< returnReduce(label(number_of_vertices()), sumOp<label>())
<< endl;
// Pout<< " Real vertices after distribution "