checkTopology.H
Go to the documentation of this file.
1 #include "label.H"
2 #include "autoPtr.H"
3 #include "writer.H"
4 
5 namespace Foam
6 {
7  class polyMesh;
8  class pointSet;
9  class surfaceWriter;
10 
11  template<class PatchType>
12  void checkPatch
13  (
14  const bool allGeometry,
15  const word& name,
16  const PatchType& pp,
17  pointSet& points
18  );
19 
20  label checkTopology
21  (
22  const polyMesh& mesh,
23  const bool allTopology,
24  const bool allGeometry,
25  autoPtr<surfaceWriter>& surfWriter,
26  const autoPtr<writer<scalar>>& setWriter
27  );
28 }
Foam::checkTopology
label checkTopology(const polyMesh &mesh, const bool allTopology, const bool allGeometry, autoPtr< surfaceWriter > &surfWriter, const autoPtr< writer< scalar >> &setWriter)
Foam::checkPatch
void checkPatch(const bool allGeometry, const word &name, const PatchType &pp, pointSet &points)
Foam::name
word name(const complex &c)
Return string representation of complex.
Definition: complex.C:76
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:6
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
label.H
points
const pointField & points
Definition: gmvOutputHeader.H:1
writer.H
autoPtr.H