FreeFOAM The Cross-Platform CFD Toolkit
printMeshStats.H
Go to the documentation of this file.
1 namespace Foam
2 {
3  class polyMesh;
4 
5  void printMeshStats(const polyMesh& mesh, const bool allTopology);
6 }
7 
8 // ************************ vim: set sw=4 sts=4 et: ************************ //