2 meshSurfaceEngine = utilities/surfaceTools/meshSurfaceEngine
3 meshSurfacePartitioner = utilities/surfaceTools/meshSurfacePartitioner
4 boundaryLayers = utilities/boundaryLayers
5 checkMeshDict = utilities/checkMeshDict
7 meshSurfaceCheckInvertedVertices = utilities/surfaceTools/meshSurfaceCheckInvertedVertices
8 meshSurfaceCheckEdgeTypes = utilities/surfaceTools/meshSurfaceCheckEdgeTypes
9 meshSurfaceCutter = utilities/surfaceTools/meshSurfaceCutter
10 meshSurfaceMapper = utilities/surfaceTools/meshSurfaceMapper
11 meshSurfaceMapper2D = utilities/surfaceTools/meshSurfaceMapper2D
12 edgeExtraction = utilities/surfaceTools/edgeExtraction
13 edgeExtractor = $(edgeExtraction)/edgeExtractor
14 meshSurfaceEdgeExtractor = utilities/surfaceTools/meshSurfaceEdgeExtractor
15 meshSurfaceEdgeExtractorNonTopo = utilities/surfaceTools/meshSurfaceEdgeExtractorNonTopo
16 meshSurfaceEdgeExtractor2D = utilities/surfaceTools/meshSurfaceEdgeExtractor2D
17 correctEdgesBetweenPatches = utilities/surfaceTools/correctEdgesBetweenPatches
19 decomposeCellsNearConcaveEdges = utilities/surfaceTools/decomposeCellsNearConcaveEdges
20 renameBoundaryPatches = utilities/surfaceTools/renameBoundaryPatches
22 intersectionTools = utilities/intersectionTools
23 findCellsIntersectingSurface = $(intersectionTools)/findCellsIntersectingSurface
25 meshOptimizer = utilities/smoothers/geometry/meshOptimizer
26 tetMeshOptimisation = $(meshOptimizer)/tetMeshOptimisation
27 simplexSmoother = $(tetMeshOptimisation)/advancedSmoothers/simplexSmoother
28 knuppMetric = $(tetMeshOptimisation)/advancedSmoothers/knuppMetric
29 meshUntangler = $(tetMeshOptimisation)/advancedSmoothers/meshUntangler
30 quadricMetric = $(tetMeshOptimisation)/advancedSmoothers/quadricMetric
31 volumeOptimizer = $(tetMeshOptimisation)/advancedSmoothers/volumeOptimizer
33 meshSurfaceOptimizer = utilities/smoothers/geometry/meshSurfaceOptimizer
34 surfaceOptimizer = $(meshSurfaceOptimizer)/advancedSurfaceSmoothers/surfaceOptimizer
35 surfaceMorpherCells = utilities/surfaceTools/surfaceMorpherCells
37 utilitiesOctrees = utilities/octrees
38 meshOctree = utilities/octrees/meshOctree
39 meshOctreeCube = utilities/octrees/meshOctree/meshOctreeCube
40 meshOctreeInsideOutside = utilities/octrees/meshOctree/meshOctreeInsideOutside
41 meshOctreeCreator = utilities/octrees/meshOctree/meshOctreeCreator
42 meshOctreeAddressing = utilities/octrees/meshOctree/meshOctreeAddressing
43 meshOctreeModifier = utilities/octrees/meshOctree/meshOctreeModifier
44 meshOctreeAutoRef = utilities/octrees/meshOctree/meshOctreeAutomaticRefinement
45 patchRefinement = utilities/octrees/meshOctree/refinementControls/patchRefinement
46 objectRefinement = utilities/octrees/meshOctree/refinementControls/objectRefinement
47 helperFunctions = utilities/helperFunctions
48 createFacesFromChain = utilities/helperClasses/createFacesFromChain
49 sortEdgesIntoChains = utilities/helperClasses/sortEdgesIntoChains
50 trianglePlaneIntersections = utilities/helperClasses/trianglePlaneIntersections
51 tetCreatorOctree = utilities/tetrahedra/tetCreatorOctree
52 faceDecomposition = utilities/faceDecomposition
53 decomposeCells = utilities/decomposeCells
55 topology = utilities/smoothers/topology
56 topologicalCleaner = $(topology)/topologicalCleaner
57 checkBoundaryFacesSharingTwoEdges = $(topology)/checkBoundaryFacesSharingTwoEdges
58 checkCellConnectionsOverFaces = $(topology)/checkCellConnectionsOverFaces
59 checkIrregularSurfaceConnections = $(topology)/checkIrregularSurfaceConnections
60 checkNonMappableCellConnections = $(topology)/checkNonMappableCellConnections
62 triSurfaceTools = utilities/triSurfaceTools
63 triSurfaceCleanupDuplicates = $(triSurfaceTools)/triSurfaceCleanupDuplicates
64 triSurfaceCopyParts = $(triSurfaceTools)/triSurfaceCopyParts
65 triSurfaceCurvatureEstimator = $(triSurfaceTools)/triSurfaceCurvatureEstimator
66 triSurfacePartitioner = $(triSurfaceTools)/triSurfacePartitioner
67 triSurfaceDetectFeatureEdges = $(triSurfaceTools)/triSurfaceDetectFeatureEdges
68 triSurfaceClassifyEdges = $(triSurfaceTools)/triSurfaceClassifyEdges
69 triSurfacePatchManipulator = $(triSurfaceTools)/triSurfacePatchManipulator
70 triSurfaceRemoveFacets = $(triSurfaceTools)/triSurfaceRemoveFacets
71 triSurfaceExtrude2DEdges = $(triSurfaceTools)/triSurfaceExtrude2DEdges
72 triSurfaceMetaData = $(triSurfaceTools)/triSurfaceMetaData
74 polyMeshGen = utilities/meshes/polyMeshGen
75 boundaryPatch = utilities/meshes/polyMeshGen/boundaryPatch
76 polyMeshGen2DEngine = utilities/meshes/polyMeshGen2DEngine
77 polyMeshGenModifier = utilities/meshes/polyMeshGenModifier
78 polyMeshGenAddressing = utilities/meshes/polyMeshGenAddressing
79 polyMeshGenChecks = utilities/meshes/polyMeshGenChecks
80 partTetMesh = utilities/meshes/partTetMesh
81 partTriMesh = utilities/meshes/partTriMesh
82 primitiveMesh = utilities/meshes/primitiveMesh
83 triSurf = utilities/meshes/triSurf
84 cell = utilities/meshes/primitives/cell
85 edge = utilities/meshes/primitives/edge
86 face = utilities/meshes/primitives/face
88 containers = utilities/containers
89 VRWGraph = $(containers)/VRWGraph
90 VRWGraphList = $(containers)/VRWGraphList
91 graphs = $(containers)/Graphs
92 lists = $(containers)/Lists
94 meshZipper = utilities/meshZipper
96 writeAsFPMA = utilities/dataConversion/foamToFPMA
98 polyMeshExtractor = pMeshLibrary/polyMeshExtractor
99 polyMeshGenerator = pMeshLibrary/polyMeshGenerator
101 cartesianMeshExtractor = cartesianMesh/cartesianMeshExtractor
102 cartesianMeshGenerator = cartesianMesh/cartesianMeshGenerator
104 cartesian2DMeshGenerator = cartesian2DMesh/cartesian2DMeshGenerator
106 tetMeshExtractor = tetMesh/tetMeshExtractor
107 tetMeshExtractorOctree = tetMesh/tetMeshExtractorOctree
108 tetMeshGenerator = tetMesh/tetMeshGenerator
110 $(checkMeshDict)/checkMeshDict.C
112 $(lists)/pointFieldPMG.C
113 $(lists)/faceListPMG.C
115 $(VRWGraph)/VRWGraph.C
116 $(VRWGraph)/VRWGraphSMPModifier.C
118 $(VRWGraphList)/VRWGraphList.C
120 $(graphs)/cellIOGraph.C
121 $(graphs)/faceIOGraph.C
123 $(polyMeshGen)/polyMeshGen.C
124 $(polyMeshGen)/polyMeshGenPoints.C
125 $(polyMeshGen)/polyMeshGenFaces.C
126 $(polyMeshGen)/polyMeshGenCells.C
128 $(polyMeshGen2DEngine)/polyMeshGen2DEngine.C
130 $(boundaryPatch)/boundaryPatchBase.C
131 $(boundaryPatch)/boundaryPatch.C
132 $(boundaryPatch)/processorBoundaryPatch.C
134 $(polyMeshGenModifier)/polyMeshGenModifierRemoveUnusedVertices.C
135 $(polyMeshGenModifier)/polyMeshGenModifierRemoveFaces.C
136 $(polyMeshGenModifier)/polyMeshGenModifierRemoveCells.C
137 $(polyMeshGenModifier)/polyMeshGenModifierReorderBoundaryFaces.C
138 $(polyMeshGenModifier)/polyMeshGenModifierAddCells.C
139 $(polyMeshGenModifier)/polyMeshGenModifierAddProcessorFaces.C
140 $(polyMeshGenModifier)/polyMeshGenModifierAddBufferCells.C
141 $(polyMeshGenModifier)/polyMeshGenModifierReplaceBoundary.C
142 $(polyMeshGenModifier)/polyMeshGenModifierZipUpCells.C
143 $(polyMeshGenModifier)/polyMeshGenModifierRenumberMesh.C
144 $(polyMeshGenModifier)/polyMeshGenModifierAddCellByCell.C
146 $(polyMeshGenAddressing)/polyMeshGenAddressing.C
147 $(polyMeshGenAddressing)/polyMeshGenAddressingCellCells.C
148 $(polyMeshGenAddressing)/polyMeshGenAddressingCellEdges.C
149 $(polyMeshGenAddressing)/polyMeshGenAddressingCellPoints.C
150 $(polyMeshGenAddressing)/polyMeshGenAddressingCentresAndAreas.C
151 $(polyMeshGenAddressing)/polyMeshGenAddressingCentresAndVols.C
152 $(polyMeshGenAddressing)/polyMeshGenAddressingClear.C
153 $(polyMeshGenAddressing)/polyMeshGenAddressingUpdateGeometry.C
154 $(polyMeshGenAddressing)/polyMeshGenAddressingEdgeCells.C
155 $(polyMeshGenAddressing)/polyMeshGenAddressingEdgeFaces.C
156 $(polyMeshGenAddressing)/polyMeshGenAddressingFaceEdges.C
157 $(polyMeshGenAddressing)/polyMeshGenAddressingEdges.C
158 $(polyMeshGenAddressing)/polyMeshGenAddressingPointCells.C
159 $(polyMeshGenAddressing)/polyMeshGenAddressingPointEdges.C
160 $(polyMeshGenAddressing)/polyMeshGenAddressingPointFaces.C
161 $(polyMeshGenAddressing)/polyMeshGenAddressingPointPoints.C
162 $(polyMeshGenAddressing)/polyMeshGenAddressingParallelAddressing.C
164 $(polyMeshGenChecks)/polyMeshGenChecks.C
165 $(polyMeshGenChecks)/polyMeshGenChecksGeometry.C
166 $(polyMeshGenChecks)/polyMeshGenChecksTopology.C
168 $(partTetMesh)/partTetMesh.C
169 $(partTetMesh)/partTetMeshAddressing.C
170 $(partTetMesh)/partTetMeshParallelAddressing.C
171 $(partTetMesh)/partTetMeshSimplex.C
173 $(partTriMesh)/partTriMesh.C
174 $(partTriMesh)/partTriMeshAddressing.C
175 $(partTriMesh)/partTriMeshParallelAddressing.C
176 $(partTriMesh)/partTriMeshSimplex.C
179 $(triSurf)/triSurfPoints.C
180 $(triSurf)/triSurfFacets.C
181 $(triSurf)/triSurfFeatureEdges.C
182 $(triSurf)/triSurfAddressing.C
183 $(triSurf)/triSurfModifier.C
185 $(findCellsIntersectingSurface)/findCellsIntersectingSurface.C
187 $(tetCreatorOctree)/tetCreatorOctree.C
188 $(tetCreatorOctree)/tetCreatorOctreePointsAndAddressing.C
189 $(tetCreatorOctree)/tetCreatorOctreeFromFacesWithCentreNode.C
190 $(tetCreatorOctree)/tetCreatorOctreeTetsAroundEdges.C
191 $(tetCreatorOctree)/tetCreatorOctreeTetsAroundSplitEdges.C
192 $(tetCreatorOctree)/tetCreatorOctreeTetsFromSplitFaces.C
194 $(faceDecomposition)/faceDecomposition.C
195 $(faceDecomposition)/decomposeFaces.C
197 $(helperFunctions)/helperFunctionsStringConversion.C
199 $(sortEdgesIntoChains)/sortEdgesIntoChains.C
201 $(surfaceMorpherCells)/surfaceMorpherCells.C
202 $(surfaceMorpherCells)/surfaceMorpherCellsMorphInternalFaces.C
203 $(surfaceMorpherCells)/surfaceMorpherCellsCreateBoundaryFaces.C
205 $(decomposeCells)/decomposeCells.C
206 $(decomposeCells)/decomposeCellsPyramids.C
207 $(decomposeCells)/decomposeCellsDecomposition.C
209 $(topologicalCleaner)/topologicalCleaner.C
210 $(topologicalCleaner)/topologyCleanerNonConsecutiveBoundaryVertices.C
211 $(topologicalCleaner)/topologicalCleanerInvalidVertices.C
212 $(topologicalCleaner)/topologyCleanerNonMappableCells.C
213 $(checkCellConnectionsOverFaces)/checkCellConnectionsOverFaces.C
214 $(checkIrregularSurfaceConnections)/checkIrregularSurfaceConnections.C
215 $(checkIrregularSurfaceConnections)/checkIrregularSurfaceConnectionsFunctions.C
216 $(checkNonMappableCellConnections)/checkNonMappableCellConnections.C
217 $(checkBoundaryFacesSharingTwoEdges)/checkBoundaryFacesSharingTwoEdges.C
219 $(boundaryLayers)/boundaryLayers.C
220 $(boundaryLayers)/boundaryLayersCreateVertices.C
221 $(boundaryLayers)/boundaryLayersFacesAndCells.C
222 $(boundaryLayers)/boundaryLayerCells.C
223 $(boundaryLayers)/boundaryLayersCheckTopologyOfBndFaces.C
224 $(boundaryLayers)/boundaryLayersWrapperLayer.C
225 $(boundaryLayers)/extrudeLayer.C
226 $(boundaryLayers)/refineBoundaryLayers.C
227 $(boundaryLayers)/refineBoundaryLayersFunctions.C
228 $(boundaryLayers)/refineBoundaryLayersFaces.C
229 $(boundaryLayers)/refineBoundaryLayersCells.C
231 $(meshSurfaceEngine)/meshSurfaceEngine.C
232 $(meshSurfaceEngine)/meshSurfaceEngineCalculateBoundaryNodesAndFaces.C
233 $(meshSurfaceEngine)/meshSurfaceEngineParallelAddressing.C
234 $(meshSurfaceEngine)/meshSurfaceEngineModifier.C
236 $(meshSurfacePartitioner)/meshSurfacePartitioner.C
237 $(meshSurfacePartitioner)/meshSurfacePartitionerFunctions.C
239 $(meshSurfaceCheckInvertedVertices)/meshSurfaceCheckInvertedVertices.C
241 $(meshSurfaceCheckEdgeTypes)/meshSurfaceCheckEdgeTypes.C
243 $(meshSurfaceMapper)/meshSurfaceMapper.C
244 $(meshSurfaceMapper)/meshSurfaceMapperMapVertices.C
245 $(meshSurfaceMapper)/meshSurfaceMapperCornersAndEdges.C
246 $(meshSurfaceMapper)/meshSurfaceMapperPremapVertices.C
248 $(meshSurfaceMapper2D)/meshSurfaceMapper2D.C
249 $(meshSurfaceMapper2D)/meshSurfaceMapper2DMapVertices.C
250 $(meshSurfaceMapper2D)/meshSurfaceMapper2DPremapVertices.C
252 $(edgeExtractor)/edgeExtractor.C
253 $(edgeExtractor)/edgeExtractorCorners.C
255 $(meshSurfaceEdgeExtractorNonTopo)/meshSurfaceEdgeExtractorNonTopo.C
256 $(meshSurfaceEdgeExtractorNonTopo)/meshSurfaceEdgeExtractorNonTopoDistributeFaces.C
258 $(meshSurfaceEdgeExtractor2D)/meshSurfaceEdgeExtractor2D.C
259 $(meshSurfaceEdgeExtractor2D)/meshSurfaceEdgeExtractor2DDistributeFaces.C
261 $(correctEdgesBetweenPatches)/correctEdgesBetweenPatches.C
262 $(correctEdgesBetweenPatches)/correctEdgesBetweenPatchesDistributeFaces.C
264 $(renameBoundaryPatches)/renameBoundaryPatches.C
266 $(meshOptimizer)/meshOptimizer.C
267 $(meshOptimizer)/meshOptimizerOptimizePoint.C
268 $(meshOptimizer)/meshOptimizerOptimizePointParallel.C
269 $(meshOptimizer)/meshOptimizerOptimizeSurface.C
270 $(meshOptimizer)/optimizeMeshFV.C
272 $(tetMeshOptimisation)/tetMeshOptimisation.C
273 $(tetMeshOptimisation)/tetMeshOptimisationParallel.C
275 $(simplexSmoother)/simplexSmoother.C
277 $(knuppMetric)/knuppMetric.C
279 $(meshUntangler)/meshUntangler.C
280 $(meshUntangler)/meshUntanglerCutRegion.C
281 $(meshUntangler)/meshUntanglerCutRegionPoints.C
282 $(meshUntangler)/meshUntanglerCutRegionEdges.C
283 $(meshUntangler)/meshUntanglerCutRegionFaces.C
284 $(meshUntangler)/meshUntanglerCutRegionTieBreak.C
286 $(quadricMetric)/quadricMetric.C
288 $(volumeOptimizer)/volumeOptimizer.C
289 $(volumeOptimizer)/volumeOptimizerEvaluateGradients.C
291 $(meshSurfaceOptimizer)/meshSurfaceOptimizer.C
292 $(meshSurfaceOptimizer)/meshSurfaceOptimizerCalculateTrianglesAndAddressing.C
293 $(meshSurfaceOptimizer)/meshSurfaceOptimizerOptimizePoint.C
294 $(meshSurfaceOptimizer)/meshSurfaceOptimizerOptimizeSurface.C
295 $(meshSurfaceOptimizer)/meshSurfaceOptimizerOptimizePointParallel.C
297 $(surfaceOptimizer)/surfaceOptimizer.C
299 $(meshOctreeCube)/meshOctreeCube.C
300 $(meshOctreeCube)/meshOctreeCubeIntersections.C
301 $(meshOctreeCube)/meshOctreeCubeRecursiveFunctions.C
302 $(meshOctreeCube)/meshOctreeCubeRefine.C
303 $(meshOctreeCube)/meshOctreeCubeCoordinatesIntersections.C
305 $(meshOctreeModifier)/meshOctreeModifier.C
306 $(meshOctreeModifier)/meshOctreeModifierRefineSelectedBoxes.C
307 $(meshOctreeModifier)/meshOctreeModifierEnsureCorrectRegularity.C
308 $(meshOctreeModifier)/meshOctreeModifierParallelRefinement.C
309 $(meshOctreeModifier)/meshOctreeModifierDistributeLeavesToProcessors.C
310 $(meshOctreeModifier)/meshOctreeModifierLoadDistribution.C
311 $(meshOctreeModifier)/meshOctreeModifierReduceMemoryConsumption.C
312 $(meshOctreeModifier)/meshOctreeModifierUpdateCommunicationPattern.C
314 $(meshOctreeInsideOutside)/meshOctreeInsideOutside.C
316 $(meshOctreeCreator)/meshOctreeCreator.C
317 $(meshOctreeCreator)/meshOctreeCreatorAdjustOctreeToSurface.C
318 $(meshOctreeCreator)/meshOctreeCreatorCreateOctreeBoxes.C
319 $(meshOctreeCreator)/meshOctreeCreatorFrontalMarking.C
320 $(meshOctreeCreator)/meshOctreeCreatorLoadDistribution.C
322 $(meshOctreeAddressing)/meshOctreeAddressing.C
323 $(meshOctreeAddressing)/meshOctreeAddressingCreation.C
324 $(meshOctreeAddressing)/meshOctreeAddressingGluedMesh.C
325 $(meshOctreeAddressing)/meshOctreeAddressingIrregularConnections.C
326 $(meshOctreeAddressing)/meshOctreeAddressingParallelAddressing.C
328 $(meshOctreeAutoRef)/meshOctreeAutomaticRefinement.C
329 $(meshOctreeAutoRef)/meshOctreeAutomaticRefinementRef.C
331 $(meshOctree)/meshOctree.C
332 $(meshOctree)/meshOctreeCubePatches.C
333 $(meshOctree)/meshOctreeNeighbourSearches.C
334 $(meshOctree)/meshOctreeFindNearestSurfacePoint.C
335 $(meshOctree)/meshOctreeInsideCalculations.C
336 $(meshOctree)/meshOctreeParallelCommunication.C
338 $(patchRefinement)/patchRefinement.C
339 $(objectRefinement)/objectRefinement.C
340 $(objectRefinement)/newObjectRefinement.C
341 $(objectRefinement)/sphereRefinement.C
342 $(objectRefinement)/lineRefinement.C
343 $(objectRefinement)/coneRefinement.C
344 $(objectRefinement)/boxRefinement.C
346 $(triSurfaceCleanupDuplicates)/triSurfaceCleanupDuplicates.C
347 $(triSurfaceCleanupDuplicates)/triSurfaceCleanupDuplicatesFunctions.C
349 $(triSurfaceCopyParts)/triSurfaceCopyParts.C
351 $(triSurfacePartitioner)/triSurfacePartitioner.C
352 $(triSurfacePartitioner)/triSurfacePartitionerCreateAddressing.C
354 $(triSurfaceCurvatureEstimator)/triSurfaceCurvatureEstimator.C
355 $(triSurfaceCurvatureEstimator)/triSurfaceCurvatureEstimatorCalculate.C
357 $(triSurfaceDetectFeatureEdges)/triSurfaceDetectFeatureEdges.C
358 $(triSurfaceDetectFeatureEdges)/triSurfaceDetectFeatureEdgesFunctions.C
360 $(triSurfaceClassifyEdges)/triSurfaceClassifyEdges.C
361 $(triSurfaceClassifyEdges)/triSurfaceClassifyEdgesFunctions.C
363 $(triSurfacePatchManipulator)/triSurfacePatchManipulator.C
364 $(triSurfacePatchManipulator)/triSurfacePatchManipulatorFunctions.C
366 $(triSurfaceRemoveFacets)/triSurfaceRemoveFacets.C
367 $(triSurfaceRemoveFacets)/triSurfaceRemoveFacetsFunctions.C
369 $(triSurfaceExtrude2DEdges)/triSurfaceExtrude2DEdges.C
371 $(triSurfaceMetaData)/triSurfaceMetaData.C
373 $(cartesianMeshExtractor)/cartesianMeshExtractor.C
374 $(cartesianMeshExtractor)/cartesianMeshExtractorPointsAndAddressing.C
375 $(cartesianMeshExtractor)/cartesianMeshExtractorPolyMesh.C
376 $(cartesianMeshExtractor)/cartesianMeshExtractorDecomposeSplitHexes.C
378 $(cartesianMeshGenerator)/cartesianMeshGenerator.C
380 $(cartesian2DMeshGenerator)/cartesian2DMeshGenerator.C
382 $(tetMeshExtractorOctree)/tetMeshExtractorOctree.C
384 $(tetMeshGenerator)/tetMeshGenerator.C
386 $(writeAsFPMA)/writeMeshFPMA.C
387 $(writeAsFPMA)/fpmaMesh.C
389 LIB = $(FOAM_LIBBIN)/libmeshLibrary