Go to the documentation of this file.
16 label noFailedChecks = 0;
28 Info<<
" <<Writing " << nFaces
29 <<
" faces in error to set " << faces.
name() <<
endl;
39 return noFailedChecks;
bool checkMesh(const polyMeshGen &mesh, const bool report)
Check mesh for correctness. Returns false for no error.
T returnReduce(const T &Value, const BinaryOp &bop, const int tag=Pstream::msgType(), const label comm=UPstream::worldComm)
virtual bool write() const
Write using setting from DB.
Ostream & endl(Ostream &os)
Add newline and flush stream.
const fileName & instance() const
Mesh consisting of general polyhedral cells.
label checkMeshQuality(const polyMesh &, const dictionary &, const autoPtr< surfaceWriter > &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & name() const
Return name.
void mergeAndWrite(const surfaceWriter &, const faceSet &)
Write vtk representation of (assembled) faceSet to vtk file in.
A list of keyword definitions, which are a keyword followed by any number of values (e....
label size() const
Return number of elements in table.
Base class for graphics format writing. Entry points are.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...