ENH: checkMesh: moved some checking functionality to polyMesh

This commit is contained in:
mattijs
2012-12-17 13:45:19 +00:00
parent 5bbbcdd545
commit ceecb84573
12 changed files with 2467 additions and 1075 deletions

View File

@ -803,7 +803,7 @@ Foam::label Foam::checkGeometry(const polyMesh& mesh, const bool allGeometry)
if (allGeometry)
{
cellSet cells(mesh, "underdeterminedCells", mesh.nCells()/100);
if (mesh.checkCellDeterminant(true, &cells, mesh.geometricD()))
if (mesh.checkCellDeterminant(true, &cells))
{
noFailedChecks++;