Merge branch 'upstream/OpenFOAM'
[freefoam.git] / src / sampling / files.cmake
blob2cd0fc2db216435c68c164e9fe61892f80e941bb
1 #-------------------------------------------------------------------------------
2 #               ______                _     ____          __  __
3 #              |  ____|             _| |_  / __ \   /\   |  \/  |
4 #              | |__ _ __ ___  ___ /     \| |  | | /  \  | \  / |
5 #              |  __| '__/ _ \/ _ ( (| |) ) |  | |/ /\ \ | |\/| |
6 #              | |  | | |  __/  __/\_   _/| |__| / ____ \| |  | |
7 #              |_|  |_|  \___|\___|  |_|   \____/_/    \_\_|  |_|
9 #                   FreeFOAM: The Cross-Platform CFD Toolkit
11 # Copyright (C) 2008-2011 Michael Wild <themiwi@users.sf.net>
12 #                         Gerber van der Graaf <gerber_graaf@users.sf.net>
13 #-------------------------------------------------------------------------------
14 # License
15 #   This file is part of FreeFOAM.
17 #   FreeFOAM is free software; you can redistribute it and/or modify it
18 #   under the terms of the GNU General Public License as published by the
19 #   Free Software Foundation; either version 2 of the License, or (at your
20 #   option) any later version.
22 #   FreeFOAM is distributed in the hope that it will be useful, but WITHOUT
23 #   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
24 #   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
25 #   for more details.
27 #   You should have received a copy of the GNU General Public License
28 #   along with FreeFOAM; if not, write to the Free Software Foundation,
29 #   Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
30 #-------------------------------------------------------------------------------
32 set(SRCS
33   probes/probes.C
34   probes/probesFunctionObject.C
35   probes/patchProbes.C
36   sampledSet/coordSet/coordSet.C
37   sampledSet/patchCloud/patchCloudSet.C
38   sampledSet/sampledSet/sampledSet.C
39   sampledSet/cloud/cloudSet.C
40   sampledSet/face/faceOnlySet.C
41   sampledSet/curve/curveSet.C
42   sampledSet/uniform/uniformSet.C
43   sampledSet/midPoint/midPointSet.C
44   sampledSet/midPointAndFace/midPointAndFaceSet.C
45   sampledSet/sampledSets/sampledSets.C
46   sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.C
47   sampledSet/writers/writers.C
48   sampledSet/writers/gnuplot/gnuplotSetWriterRunTime.C
49   sampledSet/writers/jplot/jplotSetWriterRunTime.C
50   sampledSet/writers/raw/rawSetWriterRunTime.C
51   sampledSet/writers/xmgrace/xmgraceSetWriterRunTime.C
52   sampledSet/writers/csv/csvSetWriterRunTime.C
53   cuttingPlane/cuttingPlane.C
54   sampledSurface/sampledPatch/sampledPatch.C
55   sampledSurface/sampledPlane/sampledPlane.C
56   sampledSurface/isoSurface/isoSurface.C
57   sampledSurface/isoSurface/sampledIsoSurface.C
58   sampledSurface/isoSurface/isoSurfaceCell.C
59   sampledSurface/isoSurface/sampledIsoSurfaceCell.C
60   sampledSurface/distanceSurface/distanceSurface.C
61   sampledSurface/sampledCuttingPlane/sampledCuttingPlane.C
62   sampledSurface/sampledSurface/sampledSurface.C
63   sampledSurface/sampledSurfaces/sampledSurfaces.C
64   sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.C
65   sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.C
66   sampledSurface/thresholdCellFaces/thresholdCellFaces.C
67   sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.C
68   sampledSurface/writers/surfaceWriters.C
69   sampledSurface/writers/dx/dxSurfaceWriterRunTime.C
70   sampledSurface/writers/foamFile/foamFileSurfaceWriterRunTime.C
71   sampledSurface/writers/null/nullSurfaceWriterRunTime.C
72   sampledSurface/writers/proxy/proxySurfaceWriterRunTime.C
73   sampledSurface/writers/raw/rawSurfaceWriterRunTime.C
74   sampledSurface/writers/vtk/vtkSurfaceWriterRunTime.C
75   graphField/writePatchGraph.C
76   graphField/writeCellGraph.C
77   graphField/makeGraph.C
78   meshToMeshInterpolation/meshToMesh/meshToMesh.C
79   meshToMeshInterpolation/meshToMesh/calculateMeshToMeshAddressing.C
80   meshToMeshInterpolation/meshToMesh/calculateMeshToMeshWeights.C
81   )
83 set(HDRS
84   cuttingPlane/cuttingPlane.H
85   cuttingPlane/cuttingPlaneTemplates.C
86   graphField/makeGraph.H
87   graphField/writeCellGraph.H
88   graphField/writePatchGraph.H
89   include/buildPatch.H
90   include/mapPatch.H
91   meshToMeshInterpolation/meshToMesh/meshToMesh.H
92   meshToMeshInterpolation/meshToMesh/meshToMeshInterpolate.C
93   probes/IOprobes.H
94   probes/probes.H
95   probes/probesFunctionObject.H
96   probes/patchProbes.H
97   probes/patchProbesTemplates.C
98   probes/probesTemplates.C
99   sampledSet/cloud/cloudSet.H
100   sampledSet/coordSet/coordSet.H
101   sampledSet/patchCloud/patchCloudSet.H
102   sampledSet/curve/curveSet.H
103   sampledSet/face/faceOnlySet.H
104   sampledSet/midPoint/midPointSet.H
105   sampledSet/midPointAndFace/midPointAndFaceSet.H
106   sampledSet/sampledSet/sampledSet.H
107   sampledSet/sampledSets/IOsampledSets.H
108   sampledSet/sampledSets/sampledSets.H
109   sampledSet/sampledSets/sampledSetsTemplates.C
110   sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.H
111   sampledSet/uniform/uniformSet.H
112   sampledSet/writers/gnuplot/gnuplotSetWriter.C
113   sampledSet/writers/gnuplot/gnuplotSetWriter.H
114   sampledSet/writers/jplot/jplotSetWriter.C
115   sampledSet/writers/jplot/jplotSetWriter.H
116   sampledSet/writers/raw/rawSetWriter.C
117   sampledSet/writers/raw/rawSetWriter.H
118   sampledSet/writers/writer.C
119   sampledSet/writers/writer.H
120   sampledSet/writers/writers.H
121   sampledSet/writers/xmgrace/xmgraceSetWriter.C
122   sampledSet/writers/xmgrace/xmgraceSetWriter.H
123   sampledSet/writers/csv/csvSetWriter.C
124   sampledSet/writers/csv/csvSetWriter.H
125   sampledSurface/distanceSurface/distanceSurface.H
126   sampledSurface/distanceSurface/distanceSurfaceTemplates.C
127   sampledSurface/isoSurface/isoSurface.H
128   sampledSurface/isoSurface/isoSurfaceCell.H
129   sampledSurface/isoSurface/isoSurfaceCellTemplates.C
130   sampledSurface/isoSurface/isoSurfaceTemplates.C
131   sampledSurface/isoSurface/sampledIsoSurface.H
132   sampledSurface/isoSurface/sampledIsoSurfaceCell.H
133   sampledSurface/isoSurface/sampledIsoSurfaceCellTemplates.C
134   sampledSurface/isoSurface/sampledIsoSurfaceTemplates.C
135   sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H
136   sampledSurface/sampledCuttingPlane/sampledCuttingPlaneTemplates.C
137   sampledSurface/sampledPatch/sampledPatch.H
138   sampledSurface/sampledPatch/sampledPatchTemplates.C
139   sampledSurface/sampledPlane/sampledPlane.H
140   sampledSurface/sampledPlane/sampledPlaneTemplates.C
141   sampledSurface/sampledSurface/sampledSurface.H
142   sampledSurface/sampledSurface/sampledSurfaceTemplates.C
143   sampledSurface/sampledSurfaces/IOsampledSurfaces.H
144   sampledSurface/sampledSurfaces/sampledSurfaces.H
145   sampledSurface/sampledSurfaces/sampledSurfacesTemplates.C
146   sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.H
147   sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.H
148   sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMeshTemplates.C
149   sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H
150   sampledSurface/thresholdCellFaces/sampledThresholdCellFacesTemplates.C
151   sampledSurface/thresholdCellFaces/thresholdCellFaces.H
152   sampledSurface/writers/dx/dxSurfaceWriter.C
153   sampledSurface/writers/dx/dxSurfaceWriter.H
154   sampledSurface/writers/foamFile/foamFileSurfaceWriter.C
155   sampledSurface/writers/foamFile/foamFileSurfaceWriter.H
156   sampledSurface/writers/null/nullSurfaceWriter.C
157   sampledSurface/writers/null/nullSurfaceWriter.H
158   sampledSurface/writers/proxy/proxySurfaceWriter.C
159   sampledSurface/writers/proxy/proxySurfaceWriter.H
160   sampledSurface/writers/raw/rawSurfaceWriter.C
161   sampledSurface/writers/raw/rawSurfaceWriter.H
162   sampledSurface/writers/surfaceWriter.C
163   sampledSurface/writers/surfaceWriter.H
164   sampledSurface/writers/surfaceWriters.H
165   sampledSurface/writers/vtk/vtkSurfaceWriter.C
166   sampledSurface/writers/vtk/vtkSurfaceWriter.H
167   )
169 # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file