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 }
polyMesh.H
dict
dictionary dict
Definition: searchingEngine.H:14
Foam::checkMeshQuality
label checkMeshQuality(const polyMesh &mesh, const dictionary &dict, autoPtr< surfaceWriter > &writer)
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:6
Foam
Definition: atmBoundaryLayer.C:26
writer
vtk::internalMeshWriter writer(topoMesh, topoCells, vtk::formatType::INLINE_ASCII, runTime.path()/"blockTopology")