Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / applications / utilities / mesh / manipulation / checkMesh / checkGeometry.H
blob8392e551eaeeef76a3db2f497ea9bd20ded071f8
1 #include "label.H"
2 #include "HashSet.H"
3 #include "labelVector.H"
5 namespace Foam
7     class polyMesh;
8     class wedgePolyPatch;
10     label findOppositeWedge(const polyMesh&, const wedgePolyPatch&);
12     bool checkWedges
13     (
14         const polyMesh&,
15         const bool report,
16         const Vector<label>&,
17         labelHashSet*
18     );
20     label checkGeometry(const polyMesh& mesh, const bool allGeometry);