FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

printMeshStats.H

Go to the documentation of this file.
00001 namespace Foam
00002 {
00003     class polyMesh;
00004 
00005     void printMeshStats(const polyMesh& mesh, const bool allTopology);
00006 }
00007 
00008 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines