primitiveMesh,polyMesh: Further refactoring of mesh checking

This commit is contained in:
Henry Weller
2023-06-23 13:44:35 +01:00
parent d6c6e99201
commit e019049bef
12 changed files with 284 additions and 760 deletions

View File

@ -25,6 +25,7 @@ License
#include "checkMesh.H"
#include "fvMesh.H"
#include "polyMeshCheck.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
@ -66,7 +67,7 @@ bool Foam::functionObjects::checkMesh::execute()
{
if (mesh_.changing())
{
return mesh_.checkMesh(true);
return polyMeshCheck::checkMesh(mesh_, true);
}
else
{