"git@develop.openfoam.com:Development/openfoam.git" did not exist on "dd8341f659ef1bc4d2ec45fc7d0ed2e7fb0a6d38"
Newer
Older
#include "HashSet.H"
#include "labelVector.H"
namespace Foam
{
class polyMesh;
class surfaceWriter;
label findOppositeWedge(const polyMesh&, const wedgePolyPatch&);
//- Check wedge orientation
bool checkWedges
(
const polyMesh&,
const bool report,
const Vector<label>&,
labelHashSet*
);
//- Check 0th vertex on coupled faces
bool checkCoupledPoints(const polyMesh&, const bool report, labelHashSet*);
label checkGeometry
(
const polyMesh& mesh,
const bool allGeometry,
const autoPtr<surfaceWriter>&
);