2 meshSurfaceEngine = utilities/surfaceTools/meshSurfaceEngine
3 meshSurfacePartitioner = utilities/surfaceTools/meshSurfacePartitioner
5 bndLayers = utilities/boundaryLayers
6 boundaryLayers = $(bndLayers)/boundaryLayers
7 detectBoundaryLayers = $(bndLayers)/detectBoundaryLayers
8 extrudeLayer = $(bndLayers)/extrudeLayer
9 refineBoundaryLayers = $(bndLayers)/refineBoundaryLayers
10 triangulateNonPlanarBaseFaces = $(bndLayers)/triangulateNonPlanarBaseFaces
12 checkMeshDict = utilities/checkMeshDict
14 anisotropicMeshing = utilities/anisotropicMeshing
15 coordinateModification = $(anisotropicMeshing)/coordinateModification
16 edgeMeshGeometryModification = $(anisotropicMeshing)/edgeMeshGeometryModification
17 surfaceMeshGeometryModification = $(anisotropicMeshing)/surfaceMeshGeometryModification
18 polyMeshGenGeometryModification = $(anisotropicMeshing)/polyMeshGenGeometryModification
20 meshSurfaceCheckInvertedVertices = utilities/surfaceTools/meshSurfaceCheckInvertedVertices
21 meshSurfaceCheckEdgeTypes = utilities/surfaceTools/meshSurfaceCheckEdgeTypes
22 meshSurfaceCutter = utilities/surfaceTools/meshSurfaceCutter
23 meshSurfaceMapper = utilities/surfaceTools/meshSurfaceMapper
24 meshSurfaceMapper2D = utilities/surfaceTools/meshSurfaceMapper2D
25 edgeExtraction = utilities/surfaceTools/edgeExtraction
26 edgeExtractor = $(edgeExtraction)/edgeExtractor
27 meshSurfaceEdgeExtractor = utilities/surfaceTools/meshSurfaceEdgeExtractor
28 meshSurfaceEdgeExtractorNonTopo = utilities/surfaceTools/meshSurfaceEdgeExtractorNonTopo
29 meshSurfaceEdgeExtractor2D = utilities/surfaceTools/meshSurfaceEdgeExtractor2D
30 meshSurfaceEdgeExtractorFUN = utilities/surfaceTools/meshSurfaceEdgeExtractorFUN
32 createFundamentalSheetsBase = utilities/surfaceTools/createFundamentalSheets
33 createFundamentalSheets = $(createFundamentalSheetsBase)/createFundamentalSheets
34 createFundamentalSheetsFJ = $(createFundamentalSheetsBase)/createFundamentalSheetsFJ
35 createFundamentalSheetsJFS = $(createFundamentalSheetsBase)/createFundamentalSheetsJFS
37 correctEdgesBetweenPatches = utilities/surfaceTools/correctEdgesBetweenPatches
39 decomposeCellsNearConcaveEdges = utilities/surfaceTools/decomposeCellsNearConcaveEdges
40 renameBoundaryPatches = utilities/surfaceTools/renameBoundaryPatches
42 intersectionTools = utilities/intersectionTools
43 findCellsIntersectingSurface = $(intersectionTools)/findCellsIntersectingSurface
45 meshOptimizer = utilities/smoothers/geometry/meshOptimizer
46 tetMeshOptimisation = $(meshOptimizer)/tetMeshOptimisation
47 boundaryLayerOptimisation = $(meshOptimizer)/boundaryLayerOptimisation
49 symmetryPlaneOptimisation = $(meshOptimizer)/symmetryPlaneOptimisation
50 simplexSmoother = $(tetMeshOptimisation)/advancedSmoothers/simplexSmoother
51 knuppMetric = $(tetMeshOptimisation)/advancedSmoothers/knuppMetric
52 meshUntangler = $(tetMeshOptimisation)/advancedSmoothers/meshUntangler
53 quadricMetric = $(tetMeshOptimisation)/advancedSmoothers/quadricMetric
54 volumeOptimizer = $(tetMeshOptimisation)/advancedSmoothers/volumeOptimizer
56 meshSurfaceOptimizer = utilities/smoothers/geometry/meshSurfaceOptimizer
57 surfaceOptimizer = $(meshSurfaceOptimizer)/advancedSurfaceSmoothers/surfaceOptimizer
58 surfaceMorpherCells = utilities/surfaceTools/surfaceMorpherCells
60 utilitiesOctrees = utilities/octrees
61 meshOctree = utilities/octrees/meshOctree
62 meshOctreeCube = utilities/octrees/meshOctree/meshOctreeCube
63 meshOctreeInsideOutside = utilities/octrees/meshOctree/meshOctreeInsideOutside
64 meshOctreeCreator = utilities/octrees/meshOctree/meshOctreeCreator
65 meshOctreeAddressing = utilities/octrees/meshOctree/meshOctreeAddressing
66 meshOctreeModifier = utilities/octrees/meshOctree/meshOctreeModifier
67 meshOctreeAutoRef = utilities/octrees/meshOctree/meshOctreeAutomaticRefinement
68 patchRefinement = utilities/octrees/meshOctree/refinementControls/patchRefinement
69 objectRefinement = utilities/octrees/meshOctree/refinementControls/objectRefinement
71 helperFunctions = utilities/helperFunctions
72 createFacesFromChain = utilities/helperClasses/createFacesFromChain
73 sortEdgesIntoChains = utilities/helperClasses/sortEdgesIntoChains
74 trianglePlaneIntersections = utilities/helperClasses/trianglePlaneIntersections
76 tetCreatorOctree = utilities/tetrahedra/tetCreatorOctree
77 faceDecomposition = utilities/faceDecomposition
78 decomposeCells = utilities/decomposeCells
80 topology = utilities/smoothers/topology
81 topologicalCleaner = $(topology)/topologicalCleaner
82 checkBoundaryFacesSharingTwoEdges = $(topology)/checkBoundaryFacesSharingTwoEdges
83 checkCellConnectionsOverFaces = $(topology)/checkCellConnectionsOverFaces
84 checkIrregularSurfaceConnections = $(topology)/checkIrregularSurfaceConnections
85 checkNonMappableCellConnections = $(topology)/checkNonMappableCellConnections
87 triSurfaceTools = utilities/triSurfaceTools
89 triSurface2DCheck = $(triSurfaceTools)/triSurface2DCheck
90 triSurfaceChecks = $(triSurfaceTools)/triSurfaceChecks
91 triSurfaceCleanupDuplicates = $(triSurfaceTools)/triSurfaceCleanupDuplicates
92 triSurfaceCleanupDuplicateTriangles = $(triSurfaceTools)/triSurfaceCleanupDuplicateTriangles
93 triSurfaceCopyParts = $(triSurfaceTools)/triSurfaceCopyParts
94 triSurfaceCurvatureEstimator = $(triSurfaceTools)/triSurfaceCurvatureEstimator
95 triSurfacePartitioner = $(triSurfaceTools)/triSurfacePartitioner
96 triSurfaceDetectFeatureEdges = $(triSurfaceTools)/triSurfaceDetectFeatureEdges
97 triSurfaceClassifyEdges = $(triSurfaceTools)/triSurfaceClassifyEdges
98 triSurfaceImportSurfaceAsSubset = $(triSurfaceTools)/triSurfaceImportSurfaceAsSubset
99 triSurfacePatchManipulator = $(triSurfaceTools)/triSurfacePatchManipulator
100 triSurfaceRemoveFacets = $(triSurfaceTools)/triSurfaceRemoveFacets
101 triSurfaceExtrude2DEdges = $(triSurfaceTools)/triSurfaceExtrude2DEdges
102 triSurfaceMetaData = $(triSurfaceTools)/triSurfaceMetaData
104 polyMeshGen = utilities/meshes/polyMeshGen
105 boundaryPatch = utilities/meshes/polyMeshGen/boundaryPatch
106 polyMeshGen2DEngine = utilities/meshes/polyMeshGen2DEngine
107 polyMeshGenModifier = utilities/meshes/polyMeshGenModifier
108 polyMeshGenAddressing = utilities/meshes/polyMeshGenAddressing
109 polyMeshGenChecks = utilities/meshes/polyMeshGenChecks
110 partTetMesh = utilities/meshes/partTetMesh
111 partTriMesh = utilities/meshes/partTriMesh
112 primitiveMesh = utilities/meshes/primitiveMesh
113 triSurf = utilities/meshes/triSurf
114 cell = utilities/meshes/primitives/cell
115 edge = utilities/meshes/primitives/edge
116 face = utilities/meshes/primitives/face
118 containers = utilities/containers
119 VRWGraph = $(containers)/VRWGraph
120 VRWGraphList = $(containers)/VRWGraphList
121 graphs = $(containers)/Graphs
122 lists = $(containers)/Lists
124 meshZipper = utilities/meshZipper
126 writeAsFPMA = utilities/dataConversion/foamToFPMA
128 polyMeshExtractor = pMeshLibrary/polyMeshExtractor
129 polyMeshGenerator = pMeshLibrary/polyMeshGenerator
131 cartesianMeshExtractor = cartesianMesh/cartesianMeshExtractor
132 cartesianMeshGenerator = cartesianMesh/cartesianMeshGenerator
134 cartesian2DMeshGenerator = cartesian2DMesh/cartesian2DMeshGenerator
136 tetMeshExtractor = tetMesh/tetMeshExtractor
137 tetMeshExtractorOctree = tetMesh/tetMeshExtractorOctree
138 tetMeshGenerator = tetMesh/tetMeshGenerator
140 voronoiMeshExtractor = voronoiMesh/voronoiMeshExtractor
141 voronoiMeshGenerator = voronoiMesh/voronoiMeshGenerator
143 workflowControls = utilities/workflowControls
145 $(checkMeshDict)/checkMeshDict.C
147 $(lists)/pointFieldPMG.C
148 $(lists)/faceListPMG.C
150 $(VRWGraph)/VRWGraph.C
151 $(VRWGraph)/VRWGraphSMPModifier.C
153 $(VRWGraphList)/VRWGraphList.C
155 $(graphs)/cellIOGraph.C
156 $(graphs)/faceIOGraph.C
158 $(polyMeshGen)/polyMeshGen.C
159 $(polyMeshGen)/polyMeshGenPoints.C
160 $(polyMeshGen)/polyMeshGenFaces.C
161 $(polyMeshGen)/polyMeshGenCells.C
163 $(polyMeshGen2DEngine)/polyMeshGen2DEngine.C
165 $(coordinateModification)/coordinateModification.C
166 $(coordinateModification)/newCoordinateModification.C
167 $(coordinateModification)/planeScaling.C
168 $(coordinateModification)/boxScaling.C
170 $(edgeMeshGeometryModification)/edgeMeshGeometryModification.C
171 $(surfaceMeshGeometryModification)/surfaceMeshGeometryModification.C
172 $(polyMeshGenGeometryModification)/polyMeshGenGeometryModification.C
174 $(coordinateModification)/coordinateModifier.C
176 $(boundaryPatch)/boundaryPatchBase.C
177 $(boundaryPatch)/boundaryPatch.C
178 $(boundaryPatch)/processorBoundaryPatch.C
180 $(polyMeshGenModifier)/polyMeshGenModifierRemoveUnusedVertices.C
181 $(polyMeshGenModifier)/polyMeshGenModifierRemoveFaces.C
182 $(polyMeshGenModifier)/polyMeshGenModifierRemoveCells.C
183 $(polyMeshGenModifier)/polyMeshGenModifierReorderBoundaryFaces.C
184 $(polyMeshGenModifier)/polyMeshGenModifierAddCells.C
185 $(polyMeshGenModifier)/polyMeshGenModifierAddProcessorFaces.C
186 $(polyMeshGenModifier)/polyMeshGenModifierAddBufferCells.C
187 $(polyMeshGenModifier)/polyMeshGenModifierReplaceBoundary.C
188 $(polyMeshGenModifier)/polyMeshGenModifierZipUpCells.C
189 $(polyMeshGenModifier)/polyMeshGenModifierRenumberMesh.C
190 $(polyMeshGenModifier)/polyMeshGenModifierAddCellByCell.C
192 $(polyMeshGenAddressing)/polyMeshGenAddressing.C
193 $(polyMeshGenAddressing)/polyMeshGenAddressingCellCells.C
194 $(polyMeshGenAddressing)/polyMeshGenAddressingCellEdges.C
195 $(polyMeshGenAddressing)/polyMeshGenAddressingCellPoints.C
196 $(polyMeshGenAddressing)/polyMeshGenAddressingCentresAndAreas.C
197 $(polyMeshGenAddressing)/polyMeshGenAddressingCentresAndVols.C
198 $(polyMeshGenAddressing)/polyMeshGenAddressingClear.C
199 $(polyMeshGenAddressing)/polyMeshGenAddressingUpdateGeometry.C
200 $(polyMeshGenAddressing)/polyMeshGenAddressingEdgeCells.C
201 $(polyMeshGenAddressing)/polyMeshGenAddressingEdgeFaces.C
202 $(polyMeshGenAddressing)/polyMeshGenAddressingFaceEdges.C
203 $(polyMeshGenAddressing)/polyMeshGenAddressingEdges.C
204 $(polyMeshGenAddressing)/polyMeshGenAddressingPointCells.C
205 $(polyMeshGenAddressing)/polyMeshGenAddressingPointEdges.C
206 $(polyMeshGenAddressing)/polyMeshGenAddressingPointFaces.C
207 $(polyMeshGenAddressing)/polyMeshGenAddressingPointPoints.C
208 $(polyMeshGenAddressing)/polyMeshGenAddressingParallelAddressing.C
210 $(polyMeshGenChecks)/polyMeshGenChecks.C
211 $(polyMeshGenChecks)/polyMeshGenChecksGeometry.C
212 $(polyMeshGenChecks)/polyMeshGenChecksTopology.C
214 $(partTetMesh)/partTetMesh.C
215 $(partTetMesh)/partTetMeshAddressing.C
216 $(partTetMesh)/partTetMeshParallelAddressing.C
217 $(partTetMesh)/partTetMeshSimplex.C
219 $(partTriMesh)/partTriMesh.C
220 $(partTriMesh)/partTriMeshAddressing.C
221 $(partTriMesh)/partTriMeshParallelAddressing.C
222 $(partTriMesh)/partTriMeshSimplex.C
225 $(triSurf)/triSurfPoints.C
226 $(triSurf)/triSurfFacets.C
227 $(triSurf)/triSurfFeatureEdges.C
228 $(triSurf)/triSurfAddressing.C
229 $(triSurf)/triSurfModifier.C
231 $(findCellsIntersectingSurface)/findCellsIntersectingSurface.C
233 $(tetCreatorOctree)/tetCreatorOctree.C
234 $(tetCreatorOctree)/tetCreatorOctreePointsAndAddressing.C
235 $(tetCreatorOctree)/tetCreatorOctreeFromFacesWithCentreNode.C
236 $(tetCreatorOctree)/tetCreatorOctreeTetsAroundEdges.C
237 $(tetCreatorOctree)/tetCreatorOctreeTetsAroundSplitEdges.C
238 $(tetCreatorOctree)/tetCreatorOctreeTetsFromSplitFaces.C
240 $(faceDecomposition)/faceDecomposition.C
241 $(faceDecomposition)/decomposeFaces.C
243 $(helperFunctions)/helperFunctionsStringConversion.C
245 $(sortEdgesIntoChains)/sortEdgesIntoChains.C
247 $(surfaceMorpherCells)/surfaceMorpherCells.C
248 $(surfaceMorpherCells)/surfaceMorpherCellsMorphInternalFaces.C
249 $(surfaceMorpherCells)/surfaceMorpherCellsCreateBoundaryFaces.C
251 $(decomposeCells)/decomposeCells.C
252 $(decomposeCells)/decomposeCellsPyramids.C
253 $(decomposeCells)/decomposeCellsDecomposition.C
255 $(topologicalCleaner)/topologicalCleaner.C
256 $(topologicalCleaner)/topologyCleanerNonConsecutiveBoundaryVertices.C
257 $(topologicalCleaner)/topologicalCleanerInvalidVertices.C
258 $(topologicalCleaner)/topologyCleanerNonMappableCells.C
259 $(checkCellConnectionsOverFaces)/checkCellConnectionsOverFaces.C
260 $(checkIrregularSurfaceConnections)/checkIrregularSurfaceConnections.C
261 $(checkIrregularSurfaceConnections)/checkIrregularSurfaceConnectionsFunctions.C
262 $(checkNonMappableCellConnections)/checkNonMappableCellConnections.C
263 $(checkBoundaryFacesSharingTwoEdges)/checkBoundaryFacesSharingTwoEdges.C
265 $(boundaryLayers)/boundaryLayers.C
266 $(boundaryLayers)/boundaryLayersCreateVertices.C
267 $(boundaryLayers)/boundaryLayersFacesAndCells.C
268 $(boundaryLayers)/boundaryLayerCells.C
269 $(boundaryLayers)/boundaryLayersCheckTopologyOfBndFaces.C
270 $(boundaryLayers)/boundaryLayersWrapperLayer.C
271 $(extrudeLayer)/extrudeLayer.C
272 $(detectBoundaryLayers)/detectBoundaryLayers.C
273 $(detectBoundaryLayers)/detectBoundaryLayersFunctions.C
274 $(refineBoundaryLayers)/refineBoundaryLayers.C
275 $(refineBoundaryLayers)/refineBoundaryLayersFunctions.C
276 $(refineBoundaryLayers)/refineBoundaryLayersFaces.C
277 $(refineBoundaryLayers)/refineBoundaryLayersCells.C
278 $(triangulateNonPlanarBaseFaces)/triangulateNonPlanarBaseFaces.C
279 $(triangulateNonPlanarBaseFaces)/triangulateNonPlanarBaseFacesFunctions.C
281 $(meshSurfaceEngine)/meshSurfaceEngine.C
282 $(meshSurfaceEngine)/meshSurfaceEngineCalculateBoundaryNodesAndFaces.C
283 $(meshSurfaceEngine)/meshSurfaceEngineParallelAddressing.C
284 $(meshSurfaceEngine)/meshSurfaceEngineModifier.C
286 $(meshSurfacePartitioner)/meshSurfacePartitioner.C
287 $(meshSurfacePartitioner)/meshSurfacePartitionerFunctions.C
289 $(meshSurfaceCheckInvertedVertices)/meshSurfaceCheckInvertedVertices.C
291 $(meshSurfaceCheckEdgeTypes)/meshSurfaceCheckEdgeTypes.C
293 $(meshSurfaceMapper)/meshSurfaceMapper.C
294 $(meshSurfaceMapper)/meshSurfaceMapperMapVertices.C
295 $(meshSurfaceMapper)/meshSurfaceMapperCornersAndEdges.C
296 $(meshSurfaceMapper)/meshSurfaceMapperPremapVertices.C
298 $(meshSurfaceMapper2D)/meshSurfaceMapper2D.C
299 $(meshSurfaceMapper2D)/meshSurfaceMapper2DMapVertices.C
300 $(meshSurfaceMapper2D)/meshSurfaceMapper2DPremapVertices.C
302 $(edgeExtractor)/edgeExtractor.C
303 $(edgeExtractor)/edgeExtractorCorners.C
305 $(meshSurfaceEdgeExtractorNonTopo)/meshSurfaceEdgeExtractorNonTopo.C
306 $(meshSurfaceEdgeExtractorNonTopo)/meshSurfaceEdgeExtractorNonTopoDistributeFaces.C
308 $(meshSurfaceEdgeExtractor2D)/meshSurfaceEdgeExtractor2D.C
309 $(meshSurfaceEdgeExtractor2D)/meshSurfaceEdgeExtractor2DDistributeFaces.C
311 $(meshSurfaceEdgeExtractorFUN)/meshSurfaceEdgeExtractorFUN.C
312 $(meshSurfaceEdgeExtractorFUN)/meshSurfaceEdgeExtractorFUNDistributeFaces.C
314 $(createFundamentalSheets)/createFundamentalSheets.C
315 $(createFundamentalSheetsFJ)/createFundamentalSheetsFJ.C
316 $(createFundamentalSheetsJFS)/createFundamentalSheetsJFS.C
318 $(correctEdgesBetweenPatches)/correctEdgesBetweenPatches.C
319 $(correctEdgesBetweenPatches)/correctEdgesBetweenPatchesDistributeFaces.C
321 $(renameBoundaryPatches)/renameBoundaryPatches.C
323 $(meshOptimizer)/meshOptimizer.C
324 $(meshOptimizer)/meshOptimizerOptimizePoint.C
325 $(meshOptimizer)/meshOptimizerOptimizePointParallel.C
326 $(meshOptimizer)/meshOptimizerOptimizeSurface.C
327 $(meshOptimizer)/optimizeMeshFV.C
329 $(tetMeshOptimisation)/tetMeshOptimisation.C
330 $(tetMeshOptimisation)/tetMeshOptimisationParallel.C
332 $(symmetryPlaneOptimisation)/symmetryPlaneOptimisation.C
334 $(boundaryLayerOptimisation)/boundaryLayerOptimisation.C
335 $(boundaryLayerOptimisation)/boundaryLayerOptimisationFunctions.C
336 $(boundaryLayerOptimisation)/boundaryLayerOptimisationNormals.C
337 $(boundaryLayerOptimisation)/boundaryLayerOptimisationThickness.C
339 $(simplexSmoother)/simplexSmoother.C
341 $(knuppMetric)/knuppMetric.C
343 $(meshUntangler)/meshUntangler.C
344 $(meshUntangler)/meshUntanglerCutRegion.C
345 $(meshUntangler)/meshUntanglerCutRegionPoints.C
346 $(meshUntangler)/meshUntanglerCutRegionEdges.C
347 $(meshUntangler)/meshUntanglerCutRegionFaces.C
348 $(meshUntangler)/meshUntanglerCutRegionTieBreak.C
350 $(quadricMetric)/quadricMetric.C
352 $(volumeOptimizer)/volumeOptimizer.C
353 $(volumeOptimizer)/volumeOptimizerEvaluateGradients.C
355 $(meshSurfaceOptimizer)/meshSurfaceOptimizer.C
356 $(meshSurfaceOptimizer)/meshSurfaceOptimizerCalculateTrianglesAndAddressing.C
357 $(meshSurfaceOptimizer)/meshSurfaceOptimizerOptimizePoint.C
358 $(meshSurfaceOptimizer)/meshSurfaceOptimizerOptimizeSurface.C
359 $(meshSurfaceOptimizer)/meshSurfaceOptimizerOptimizePointParallel.C
361 $(surfaceOptimizer)/surfaceOptimizer.C
363 $(meshOctreeCube)/meshOctreeCube.C
364 $(meshOctreeCube)/meshOctreeCubeIntersections.C
365 $(meshOctreeCube)/meshOctreeCubeRecursiveFunctions.C
366 $(meshOctreeCube)/meshOctreeCubeRefine.C
367 $(meshOctreeCube)/meshOctreeCubeCoordinatesIntersections.C
369 $(meshOctreeModifier)/meshOctreeModifier.C
370 $(meshOctreeModifier)/meshOctreeModifierRefineSelectedBoxes.C
371 $(meshOctreeModifier)/meshOctreeModifierEnsureCorrectRegularity.C
372 $(meshOctreeModifier)/meshOctreeModifierParallelRefinement.C
373 $(meshOctreeModifier)/meshOctreeModifierDistributeLeavesToProcessors.C
374 $(meshOctreeModifier)/meshOctreeModifierLoadDistribution.C
375 $(meshOctreeModifier)/meshOctreeModifierReduceMemoryConsumption.C
376 $(meshOctreeModifier)/meshOctreeModifierUpdateCommunicationPattern.C
378 $(meshOctreeInsideOutside)/meshOctreeInsideOutside.C
380 $(meshOctreeCreator)/meshOctreeCreator.C
381 $(meshOctreeCreator)/meshOctreeCreatorAdjustOctreeToSurface.C
382 $(meshOctreeCreator)/meshOctreeCreatorCreateOctreeBoxes.C
383 $(meshOctreeCreator)/meshOctreeCreatorFrontalMarking.C
384 $(meshOctreeCreator)/meshOctreeCreatorLoadDistribution.C
386 $(meshOctreeAddressing)/meshOctreeAddressing.C
387 $(meshOctreeAddressing)/meshOctreeAddressingCreation.C
388 $(meshOctreeAddressing)/meshOctreeAddressingGluedMesh.C
389 $(meshOctreeAddressing)/meshOctreeAddressingIrregularConnections.C
390 $(meshOctreeAddressing)/meshOctreeAddressingParallelAddressing.C
392 $(meshOctreeAutoRef)/meshOctreeAutomaticRefinement.C
393 $(meshOctreeAutoRef)/meshOctreeAutomaticRefinementRef.C
395 $(meshOctree)/meshOctree.C
396 $(meshOctree)/meshOctreeCubePatches.C
397 $(meshOctree)/meshOctreeNeighbourSearches.C
398 $(meshOctree)/meshOctreeFindNearestSurfacePoint.C
399 $(meshOctree)/meshOctreeInsideCalculations.C
400 $(meshOctree)/meshOctreeParallelCommunication.C
402 $(patchRefinement)/patchRefinement.C
403 $(objectRefinement)/objectRefinement.C
404 $(objectRefinement)/newObjectRefinement.C
405 $(objectRefinement)/sphereRefinement.C
406 $(objectRefinement)/lineRefinement.C
407 $(objectRefinement)/coneRefinement.C
408 $(objectRefinement)/boxRefinement.C
409 $(objectRefinement)/hollowConeRefinement.C
411 $(triSurface2DCheck)/triSurface2DCheck.C
413 $(triSurfaceChecks)/triSurfaceChecks.C
415 $(triSurfaceCleanupDuplicates)/triSurfaceCleanupDuplicates.C
416 $(triSurfaceCleanupDuplicates)/triSurfaceCleanupDuplicatesFunctions.C
418 $(triSurfaceCleanupDuplicateTriangles)/triSurfaceCleanupDuplicateTriangles.C
419 $(triSurfaceCleanupDuplicateTriangles)/triSurfaceCleanupDuplicateTrianglesFunctions.C
421 $(triSurfaceCopyParts)/triSurfaceCopyParts.C
423 $(triSurfacePartitioner)/triSurfacePartitioner.C
424 $(triSurfacePartitioner)/triSurfacePartitionerCreateAddressing.C
426 $(triSurfaceCurvatureEstimator)/triSurfaceCurvatureEstimator.C
427 $(triSurfaceCurvatureEstimator)/triSurfaceCurvatureEstimatorCalculate.C
429 $(triSurfaceDetectFeatureEdges)/triSurfaceDetectFeatureEdges.C
430 $(triSurfaceDetectFeatureEdges)/triSurfaceDetectFeatureEdgesFunctions.C
432 $(triSurfaceClassifyEdges)/triSurfaceClassifyEdges.C
433 $(triSurfaceClassifyEdges)/triSurfaceClassifyEdgesFunctions.C
435 $(triSurfaceImportSurfaceAsSubset)/triSurfaceImportSurfaceAsSubset.C
437 $(triSurfacePatchManipulator)/triSurfacePatchManipulator.C
438 $(triSurfacePatchManipulator)/triSurfacePatchManipulatorFunctions.C
440 $(triSurfaceRemoveFacets)/triSurfaceRemoveFacets.C
441 $(triSurfaceRemoveFacets)/triSurfaceRemoveFacetsFunctions.C
443 $(triSurfaceExtrude2DEdges)/triSurfaceExtrude2DEdges.C
445 $(triSurfaceMetaData)/triSurfaceMetaData.C
447 $(cartesianMeshExtractor)/cartesianMeshExtractor.C
448 $(cartesianMeshExtractor)/cartesianMeshExtractorPointsAndAddressing.C
449 $(cartesianMeshExtractor)/cartesianMeshExtractorPolyMesh.C
450 $(cartesianMeshExtractor)/cartesianMeshExtractorDecomposeSplitHexes.C
452 $(cartesianMeshGenerator)/cartesianMeshGenerator.C
454 $(cartesian2DMeshGenerator)/cartesian2DMeshGenerator.C
456 $(tetMeshExtractorOctree)/tetMeshExtractorOctree.C
458 $(tetMeshGenerator)/tetMeshGenerator.C
460 $(voronoiMeshExtractor)/voronoiMeshExtractor.C
461 $(voronoiMeshExtractor)/voronoiMeshExtractorAddressing.C
462 $(voronoiMeshExtractor)/voronoiMeshExtractorCreateMesh.C
464 $(voronoiMeshGenerator)/voronoiMeshGenerator.C
466 $(writeAsFPMA)/writeMeshFPMA.C
467 $(writeAsFPMA)/fpmaMesh.C
469 $(workflowControls)/workflowControls.C
471 LIB = $(FOAM_LIBBIN)/libcfMesh