mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: checkMesh: check patches across processors
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "label.H"
|
||||
#include "labelList.H"
|
||||
#include "autoPtr.H"
|
||||
|
||||
namespace Foam
|
||||
@ -14,7 +14,10 @@ namespace Foam
|
||||
(
|
||||
const bool allGeometry,
|
||||
const word& name,
|
||||
const polyMesh& mesh,
|
||||
const PatchType& pp,
|
||||
const labelList& meshFaces,
|
||||
const labelList& meshEdges,
|
||||
pointSet& points
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user