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
dynamicFvMesh & mesh
vtk::internalMeshWriter writer(topoMesh, topoCells, vtk::formatType::INLINE_ASCII, runTime.path()/"blockTopology")
label checkMeshQuality(const polyMesh &mesh, const dictionary &dict, autoPtr< surfaceWriter > &writer)
Namespace for OpenFOAM.