checkMeshQuality.H
Go to the documentation of this file.
1 #include "polyMesh.H"
2 
3 namespace Foam
4 {
5  class surfaceWriter;
6 
7  label checkMeshQuality
8  (
9  const polyMesh& mesh,
10  const dictionary& dict,
11  autoPtr<surfaceWriter>& writer
12  );
13 }
dictionary dict
vtk::lineWriter writer(edgeCentres, edgeList::null(), fileName(aMesh.time().globalPath()/"finiteArea-edgesCentres"))
dynamicFvMesh & mesh
label checkMeshQuality(const polyMesh &mesh, const dictionary &dict, autoPtr< surfaceWriter > &writer)
Namespace for OpenFOAM.