ENH: Update FreeFOAM contributions to GPL v3
[freefoam.git] / src / dynamicMesh / files.cmake
blobafa70690e74d4258773aea5b7c7373adff984801
1 #-------------------------------------------------------------------------------
2 #               ______                _     ____          __  __
3 #              |  ____|             _| |_  / __ \   /\   |  \/  |
4 #              | |__ _ __ ___  ___ /     \| |  | | /  \  | \  / |
5 #              |  __| '__/ _ \/ _ ( (| |) ) |  | |/ /\ \ | |\/| |
6 #              | |  | | |  __/  __/\_   _/| |__| / ____ \| |  | |
7 #              |_|  |_|  \___|\___|  |_|   \____/_/    \_\_|  |_|
9 #                   FreeFOAM: The Cross-Platform CFD Toolkit
11 # Copyright (C) 2008-2012 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 3 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, see <http://www.gnu.org/licenses/>.
29 #-------------------------------------------------------------------------------
31 set(SRCS
32   attachDetach/attachDetach.C
33   attachDetach/attachInterface.C
34   attachDetach/detachInterface.C
35   attachDetach/attachDetachPointMatchMap.C
36   layerAdditionRemoval/layerAdditionRemoval.C
37   layerAdditionRemoval/setLayerPairing.C
38   layerAdditionRemoval/addCellLayer.C
39   layerAdditionRemoval/removeCellLayer.C
40   slidingInterface/enrichedPatch/enrichedPatch.C
41   slidingInterface/enrichedPatch/enrichedPatchPointMap.C
42   slidingInterface/enrichedPatch/enrichedPatchFaces.C
43   slidingInterface/enrichedPatch/enrichedPatchPointPoints.C
44   slidingInterface/enrichedPatch/enrichedPatchCutFaces.C
45   slidingInterface/enrichedPatch/enrichedPatchMasterPoints.C
46   polyTopoChange/polyTopoChange/topoAction/topoActions.C
47   polyTopoChange/polyMeshModifier/polyMeshModifier.C
48   polyTopoChange/polyMeshModifier/newPolyMeshModifier.C
49   polyTopoChange/polyTopoChanger/polyTopoChanger.C
50   polyTopoChange/polyTopoChange/polyTopoChange.C
51   polyTopoChange/polyTopoChange/addPatchCellLayer.C
52   polyTopoChange/polyTopoChange/edgeCollapser.C
53   polyTopoChange/polyTopoChange/faceCollapser.C
54   polyTopoChange/polyTopoChange/hexRef8.C
55   polyTopoChange/polyTopoChange/removeCells.C
56   polyTopoChange/polyTopoChange/removeFaces.C
57   polyTopoChange/polyTopoChange/refinementData.C
58   polyTopoChange/polyTopoChange/refinementDistanceData.C
59   polyTopoChange/polyTopoChange/refinementHistory.C
60   polyTopoChange/polyTopoChange/removePoints.C
61   polyTopoChange/polyTopoChange/combineFaces.C
62   polyTopoChange/polyTopoChange/localPointRegion.C
63   polyTopoChange/polyTopoChange/duplicatePoints.C
64   slidingInterface/slidingInterface.C
65   slidingInterface/slidingInterfaceProjectPoints.C
66   slidingInterface/coupleSlidingInterface.C
67   slidingInterface/slidingInterfaceAttachedAddressing.C
68   slidingInterface/slidingInterfaceClearCouple.C
69   slidingInterface/decoupleSlidingInterface.C
70   perfectInterface/perfectInterface.C
71   boundaryMesh/boundaryMesh.C
72   boundaryPatch/boundaryPatch.C
73   boundaryMesh/octreeDataFaceList.C
74   setUpdater/setUpdater.C
75   meshCut/meshModifiers/boundaryCutter/boundaryCutter.C
76   meshCut/meshModifiers/meshCutter/meshCutter.C
77   meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C
78   meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C
79   meshCut/meshModifiers/refinementIterator/refinementIterator.C
80   meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C
81   meshCut/cellLooper/cellLooper.C
82   meshCut/cellLooper/topoCellLooper.C
83   meshCut/cellLooper/geomCellLooper.C
84   meshCut/cellLooper/hexCellLooper.C
85   meshCut/directions/directions.C
86   meshCut/directions/directionInfo/directionInfo.C
87   meshCut/edgeVertex/edgeVertex.C
88   meshCut/cellCuts/cellCuts.C
89   meshCut/splitCell/splitCell.C
90   meshCut/refineCell/refineCell.C
91   meshCut/wallLayerCells/wallLayerCells.C
92   meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.C
93   polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.C
94   polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.C
95   fvMeshAdder/fvMeshAdder.C
96   fvMeshDistribute/fvMeshDistribute.C
97   polyMeshAdder/faceCoupleInfo.C
98   polyMeshAdder/polyMeshAdder.C
99   motionSmoother/motionSmoother.C
100   motionSmoother/motionSmootherCheck.C
101   motionSmoother/polyMeshGeometry/polyMeshGeometry.C
102   motionSolver/motionSolver.C
103   )
105 set(HDRS
106   attachDetach/attachDetach.H
107   boundaryMesh/bMesh.H
108   boundaryMesh/boundaryMesh.H
109   boundaryMesh/octreeDataFaceList.H
110   boundaryPatch/boundaryPatch.H
111   fvMeshAdder/fvMeshAdder.H
112   fvMeshAdder/fvMeshAdderTemplates.C
113   fvMeshDistribute/CompactListList_dev.C
114   fvMeshDistribute/CompactListList_dev.H
115   fvMeshDistribute/CompactListList_devI.H
116   fvMeshDistribute/CompactListList_devIO.C
117   fvMeshDistribute/fvMeshDistribute.H
118   fvMeshDistribute/fvMeshDistributeTemplates.C
119   layerAdditionRemoval/layerAdditionRemoval.H
120   meshCut/cellCuts/cellCuts.H
121   meshCut/cellLooper/cellLooper.H
122   meshCut/cellLooper/geomCellLooper.H
123   meshCut/cellLooper/hexCellLooper.H
124   meshCut/cellLooper/topoCellLooper.H
125   meshCut/directions/directionInfo/directionInfo.H
126   meshCut/directions/directionInfo/directionInfoI.H
127   meshCut/directions/directions.H
128   meshCut/edgeVertex/edgeVertex.H
129   meshCut/meshModifiers/boundaryCutter/boundaryCutter.H
130   meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H
131   meshCut/meshModifiers/meshCutter/meshCutter.H
132   meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H
133   meshCut/meshModifiers/refinementIterator/refinementIterator.H
134   meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H
135   meshCut/refineCell/refineCell.H
136   meshCut/splitCell/splitCell.H
137   meshCut/wallLayerCells/wallLayerCells.H
138   meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H
139   meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H
140   motionSmoother/motionSmoother.H
141   motionSmoother/motionSmootherTemplates.C
142   motionSmoother/polyMeshGeometry/polyMeshGeometry.H
143   motionSolver/motionSolver.H
144   perfectInterface/perfectInterface.H
145   polyMeshAdder/faceCoupleInfo.H
146   polyMeshAdder/faceCoupleInfoTemplates.C
147   polyMeshAdder/polyMeshAdder.H
148   polyMeshAdder/polyMeshAdderTemplates.C
149   polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H
150   polyTopoChange/polyMeshModifier/polyMeshModifier.H
151   polyTopoChange/polyTopoChange/addObject/polyAddCell.H
152   polyTopoChange/polyTopoChange/addObject/polyAddFace.H
153   polyTopoChange/polyTopoChange/addObject/polyAddPoint.H
154   polyTopoChange/polyTopoChange/addPatchCellLayer.H
155   polyTopoChange/polyTopoChange/combineFaces.H
156   polyTopoChange/polyTopoChange/duplicatePoints.H
157   polyTopoChange/polyTopoChange/edgeCollapser.H
158   polyTopoChange/polyTopoChange/faceCollapser.H
159   polyTopoChange/polyTopoChange/hexRef8.H
160   polyTopoChange/polyTopoChange/localPointRegion.H
161   polyTopoChange/polyTopoChange/modifyObject/polyModifyCell.H
162   polyTopoChange/polyTopoChange/modifyObject/polyModifyFace.H
163   polyTopoChange/polyTopoChange/modifyObject/polyModifyPoint.H
164   polyTopoChange/polyTopoChange/polyTopoChange.H
165   polyTopoChange/polyTopoChange/polyTopoChangeI.H
166   polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C
167   polyTopoChange/polyTopoChange/refinementData.H
168   polyTopoChange/polyTopoChange/refinementDataI.H
169   polyTopoChange/polyTopoChange/refinementDistanceData.H
170   polyTopoChange/polyTopoChange/refinementDistanceDataI.H
171   polyTopoChange/polyTopoChange/refinementHistory.H
172   polyTopoChange/polyTopoChange/removeCells.H
173   polyTopoChange/polyTopoChange/removeFaces.H
174   polyTopoChange/polyTopoChange/removeObject/polyRemoveCell.H
175   polyTopoChange/polyTopoChange/removeObject/polyRemoveFace.H
176   polyTopoChange/polyTopoChange/removeObject/polyRemovePoint.H
177   polyTopoChange/polyTopoChange/removePoints.H
178   polyTopoChange/polyTopoChange/topoAction/topoAction.H
179   polyTopoChange/polyTopoChanger/polyTopoChanger.H
180   polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H
181   setUpdater/setUpdater.H
182   setUpdater/setUpdaterTemplates.C
183   slidingInterface/enrichedPatch/enrichedPatch.H
184   slidingInterface/slidingInterface.H
185   )
187 # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file