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

checkTopology.H

Go to the documentation of this file.
00001 #include <OpenFOAM/label.H>
00002 #include <OpenFOAM/wordList.H>
00003 
00004 namespace Foam
00005 {
00006     class polyMesh;
00007 
00008     bool checkSync(const wordList& names);
00009 
00010     label checkTopology(const polyMesh&, const bool, const bool);
00011 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines