Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Unofficial-Extend-Project-Mirror/cfMesh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: blueCFD/cfMesh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: blueCFD-Core-2017
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Sep 28, 2015

  1. Five new mesh quality settings added.

    Alen Cukrov committed Sep 28, 2015
    Copy the full SHA
    9412fc6 View commit details

Commits on Sep 29, 2015

  1. Face uniformity, volume uniformity and face angle options added. find…

    …BadFacesRelaxed expanded with user defined minimum face area and minimum cell volume.
    Alen Cukrov committed Sep 29, 2015
    Copy the full SHA
    eec3cc8 View commit details

Commits on Nov 6, 2015

  1. Mesh quality settings for maximum non-orthogonality.

    Alen Cukrov committed Nov 6, 2015
    Copy the full SHA
    0f20cfb View commit details
  2. Disallow empty patches on 3D meshes.

    Alen Cukrov committed Nov 6, 2015
    Copy the full SHA
    9a47b26 View commit details

Commits on Nov 23, 2015

  1. Function for calculation the quality of tetrahedra.

    Alen Cukrov committed Nov 23, 2015
    Copy the full SHA
    83e2062 View commit details
  2. Function for calculation quality of the tetrahedra.

    Alen Cukrov committed Nov 23, 2015
    Copy the full SHA
    0dd1601 View commit details
  3. Creation of cells subsets at bad quality faces

    Alen Cukrov committed Nov 23, 2015
    Copy the full SHA
    179129f View commit details
  4. Example

    Alen Cukrov committed Nov 23, 2015
    Copy the full SHA
    952ace7 View commit details
  5. Update of .gitignore

    Alen Cukrov committed Nov 23, 2015
    Copy the full SHA
    703638d View commit details
  6. Copy the full SHA
    e675a10 View commit details

Commits on Dec 1, 2015

  1. Implemented face twist metrics.

    Alen Cukrov committed Dec 1, 2015
    Copy the full SHA
    16bd8dd View commit details

Commits on Dec 14, 2015

  1. Implemented all the necessary quality control settings.

    Alen Cukrov committed Dec 14, 2015
    Copy the full SHA
    1886d25 View commit details

Commits on Dec 15, 2015

  1. Removed unnecessary Infos

    fjuretic committed Dec 15, 2015
    Copy the full SHA
    a453891 View commit details
  2. Copy the full SHA
    7b5e45e View commit details
  3. Copy the full SHA
    9943ea6 View commit details
  4. Cleanup

    fjuretic committed Dec 15, 2015
    Copy the full SHA
    48d5999 View commit details

Commits on Dec 16, 2015

  1. Cleanup

    fjuretic committed Dec 16, 2015
    Copy the full SHA
    a6960c7 View commit details
  2. Copy the full SHA
    ada2854 View commit details
  3. Minor modifications

    fjuretic committed Dec 16, 2015
    Copy the full SHA
    42952f5 View commit details
  4. Copy the full SHA
    74f2447 View commit details
  5. Copy the full SHA
    483c450 View commit details
  6. Copy the full SHA
    37e13f7 View commit details
  7. Copy the full SHA
    30962d5 View commit details
  8. Copy the full SHA
    aad4cf8 View commit details
  9. Copy the full SHA
    3347dec View commit details
  10. Copy the full SHA
    62ac6e2 View commit details
  11. Reduced the number of lines

    fjuretic committed Dec 16, 2015
    Copy the full SHA
    fcf9726 View commit details
  12. Copy the full SHA
    0aca747 View commit details

Commits on May 13, 2016

  1. Copy the full SHA
    622196e View commit details
  2. Fixed invalid settings

    fjuretic committed May 13, 2016
    Copy the full SHA
    e168573 View commit details
  3. Copy the full SHA
    87b7c27 View commit details
  4. Copy the full SHA
    264432b View commit details
  5. Updated mesh checks

    fjuretic committed May 13, 2016
    Copy the full SHA
    771a843 View commit details
  6. Copy the full SHA
    34e52b8 View commit details

Commits on Jul 21, 2016

  1. Added test for DynList

    fjuretic committed Jul 21, 2016
    Copy the full SHA
    496ff40 View commit details
  2. Copy the full SHA
    8338fbe View commit details
  3. Formatting and tabs

    fjuretic committed Jul 21, 2016
    Copy the full SHA
    250fe37 View commit details
  4. Copy the full SHA
    582dac2 View commit details
  5. Copy the full SHA
    2a01f49 View commit details
  6. Copy the full SHA
    5f50157 View commit details

Commits on Oct 11, 2016

  1. Copy the full SHA
    fbad999 View commit details

Commits on Oct 14, 2016

  1. Copy the full SHA
    3426919 View commit details

Commits on Apr 16, 2017

  1. Copy the full SHA
    9bf5c40 View commit details
  2. Copy the full SHA
    4f46fdf View commit details
  3. Copy the full SHA
    2b885b5 View commit details

Commits on May 25, 2017

  1. utilities: fully qualified names for UPstream::commsTypes

    Using UPstream::commsTypes::blocking everywhere.This should work on other versions besides -dev.
    tmaric committed May 25, 2017
    Copy the full SHA
    2bad528 View commit details
  2. Porting to OpenFOAM-v1606+ ... change in the eigenvector API

    Philippose authored and tmaric committed May 25, 2017
    Copy the full SHA
    9a70121 View commit details
  3. Copy the full SHA
    2b17f24 View commit details
  4. Copy the full SHA
    b9fa502 View commit details

Commits on May 26, 2017

  1. Copy the full SHA
    3432cff View commit details
Showing with 3,419 additions and 785 deletions.
  1. +4 −1 .gitignore
  2. +674 −0 LICENSE
  3. +6 −1 executables/cartesian2DMesh/Make/options
  4. +6 −1 executables/cartesianMesh/Make/options
  5. +6 −1 executables/pMesh/Make/options
  6. +6 −1 executables/tetMesh/Make/options
  7. +14 −2 meshLibrary/Make/options
  8. +101 −98 meshLibrary/cartesian2DMesh/cartesian2DMeshGenerator/cartesian2DMeshGenerator.C
  9. +88 −87 meshLibrary/cartesianMesh/cartesianMeshGenerator/cartesianMeshGenerator.C
  10. +85 −85 meshLibrary/tetMesh/tetMeshGenerator/tetMeshGenerator.C
  11. +1 −1 meshLibrary/utilities/anisotropicMeshing/coordinateModification/boxScaling.H
  12. +2 −2 meshLibrary/utilities/anisotropicMeshing/coordinateModification/coordinateModification.H
  13. +1 −1 meshLibrary/utilities/anisotropicMeshing/coordinateModification/coordinateModificationList.H
  14. +1 −1 meshLibrary/utilities/anisotropicMeshing/coordinateModification/coordinateModifier.H
  15. +1 −1 meshLibrary/utilities/anisotropicMeshing/edgeMeshGeometryModification/edgeMeshGeometryModification.H
  16. +1 −1 ...ry/utilities/anisotropicMeshing/surfaceMeshGeometryModification/surfaceMeshGeometryModification.H
  17. +1 −1 meshLibrary/utilities/boundaryLayers/boundaryLayers/boundaryLayerCells.C
  18. +1 −1 meshLibrary/utilities/boundaryLayers/boundaryLayers/boundaryLayers.H
  19. +1 −1 meshLibrary/utilities/boundaryLayers/boundaryLayers/boundaryLayersCheckTopologyOfBndFaces.C
  20. +2 −2 meshLibrary/utilities/boundaryLayers/extrudeLayer/extrudeLayer.C
  21. +3 −3 meshLibrary/utilities/boundaryLayers/refineBoundaryLayers/refineBoundaryLayersFaces.C
  22. +51 −1 meshLibrary/utilities/checkMeshDict/checkMeshDict.C
  23. +3 −0 meshLibrary/utilities/checkMeshDict/checkMeshDict.H
  24. +1 −1 meshLibrary/utilities/containers/DynList/DynList.H
  25. +1 −1 meshLibrary/utilities/containers/FRWGraph/FRWGraph.H
  26. +2 −2 meshLibrary/utilities/containers/IOLongList/IOLongListInstances.H
  27. +1 −1 meshLibrary/utilities/containers/Lists/cellListPMG.H
  28. +1 −1 meshLibrary/utilities/containers/Lists/cellListPMGI.H
  29. +1 −1 meshLibrary/utilities/containers/Lists/faceListPMG.H
  30. +1 −1 meshLibrary/utilities/containers/Lists/faceListPMGI.H
  31. +1 −1 meshLibrary/utilities/containers/Lists/pointFieldPMG.H
  32. +1 −1 meshLibrary/utilities/containers/Lists/pointFieldPMGI.H
  33. +1 −1 meshLibrary/utilities/containers/LongList/LongList.C
  34. +1 −1 meshLibrary/utilities/containers/VRWGraph/VRWGraph.C
  35. +1 −1 meshLibrary/utilities/containers/VRWGraphList/VRWGraphList.C
  36. +2 −2 meshLibrary/utilities/decomposeCells/decomposeCellsDecomposition.C
  37. +4 −2 meshLibrary/utilities/decomposeCells/decomposeCellsPyramids.C
  38. +4 −0 meshLibrary/utilities/helperClasses/geometry/quadricFitting/quadricFittingI.H
  39. +1 −1 meshLibrary/utilities/helperClasses/matrices/matrix2D.H
  40. +1 −1 meshLibrary/utilities/helperClasses/matrices/matrix3D.H
  41. +1 −1 meshLibrary/utilities/helperClasses/parallelHelpers/labelledPoint/labelledPoint.H
  42. +1 −1 meshLibrary/utilities/helperClasses/parallelHelpers/labelledPointScalar/labelledPointScalar.H
  43. +1 −1 meshLibrary/utilities/helperClasses/parallelHelpers/parTriFace/parTriFace.H
  44. +1 −1 meshLibrary/utilities/helperClasses/sortEdgesIntoChains/sortEdgesIntoChains.C
  45. +1 −1 meshLibrary/utilities/helperClasses/sortEdgesIntoChains/sortEdgesIntoChains.H
  46. +1 −1 meshLibrary/utilities/helperFunctions/helperFunctionsFrontalMarking.C
  47. +5 −2 meshLibrary/utilities/helperFunctions/helperFunctionsGeometryQueries.H
  48. +14 −3 meshLibrary/utilities/helperFunctions/helperFunctionsGeometryQueriesI.H
  49. +59 −27 meshLibrary/utilities/helperFunctions/helperFunctionsPar.C
  50. +2 −2 meshLibrary/utilities/helperFunctions/helperFunctionsPar.H
  51. +2 −2 meshLibrary/utilities/helperFunctions/helperFunctionsTopologyManipulation.H
  52. +1 −1 meshLibrary/utilities/intersectionTools/findCellsIntersectingSurface/findCellsIntersectingSurface.C
  53. +2 −2 meshLibrary/utilities/meshes/partTetMesh/partTetMesh.C
  54. +2 −2 meshLibrary/utilities/meshes/partTetMesh/partTetMesh.H
  55. +2 −2 meshLibrary/utilities/meshes/partTetMesh/partTetMeshAddressing.C
  56. +1 −1 meshLibrary/utilities/meshes/partTetMesh/partTetMeshSimplex.C
  57. +2 −2 meshLibrary/utilities/meshes/partTriMesh/partTriMesh.H
  58. +1 −1 meshLibrary/utilities/meshes/partTriMesh/partTriMeshSimplex.C
  59. +2 −2 meshLibrary/utilities/meshes/polyMeshGen/boundaryPatch/boundaryPatch.C
  60. +3 −3 meshLibrary/utilities/meshes/polyMeshGen/boundaryPatch/boundaryPatchBase.C
  61. +2 −2 meshLibrary/utilities/meshes/polyMeshGen/boundaryPatch/processorBoundaryPatch.C
  62. +1 −1 meshLibrary/utilities/meshes/polyMeshGen/polyMeshGen.H
  63. +1 −1 meshLibrary/utilities/meshes/polyMeshGen/polyMeshGenCells.C
  64. +2 −2 meshLibrary/utilities/meshes/polyMeshGen/polyMeshGenFaces.C
  65. +1 −1 meshLibrary/utilities/meshes/polyMeshGen/polyMeshGenPoints.C
  66. +1 −1 meshLibrary/utilities/meshes/polyMeshGen/polyMeshGenPoints.H
  67. +2 −2 meshLibrary/utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressing.H
  68. +10 −10 meshLibrary/utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingParallelAddressing.C
  69. +2 −2 meshLibrary/utilities/meshes/polyMeshGenChecks/polyMeshGenChecks.C
  70. +70 −1 meshLibrary/utilities/meshes/polyMeshGenChecks/polyMeshGenChecks.H
  71. +1,365 −50 meshLibrary/utilities/meshes/polyMeshGenChecks/polyMeshGenChecksGeometry.C
  72. +1 −1 meshLibrary/utilities/meshes/polyMeshGenChecks/polyMeshGenChecksTopology.C
  73. +32 −32 meshLibrary/utilities/meshes/polyMeshGenModifier/polyMeshGenModifierAddBufferCells.C
  74. +8 −0 meshLibrary/utilities/meshes/polyMeshGenModifier/polyMeshGenModifierRemoveFaces.C
  75. +1 −1 meshLibrary/utilities/meshes/polyMeshGenModifier/polyMeshGenModifierZipUpCells.C
  76. +1 −1 meshLibrary/utilities/meshes/primitives/meshSubsets/meshSubset.H
  77. +1 −1 meshLibrary/utilities/meshes/primitives/meshSubsets/meshSubsetI.H
  78. +1 −1 meshLibrary/utilities/meshes/primitives/partTet/partTet.H
  79. +1 −1 meshLibrary/utilities/meshes/triSurf/triSurfFacets.C
  80. +1 −1 meshLibrary/utilities/meshes/triSurf/triSurfFacets.H
  81. +1 −1 meshLibrary/utilities/meshes/triSurf/triSurfFeatureEdges.H
  82. +1 −1 meshLibrary/utilities/meshes/triSurf/triSurfPoints.H
  83. +1 −1 meshLibrary/utilities/octrees/meshOctree/meshOctree.H
  84. +2 −2 meshLibrary/utilities/octrees/meshOctree/meshOctreeAddressing/meshOctreeAddressing.H
  85. +8 −8 ...ibrary/utilities/octrees/meshOctree/meshOctreeAddressing/meshOctreeAddressingParallelAddressing.C
  86. +2 −2 ...ary/utilities/octrees/meshOctree/meshOctreeAutomaticRefinement/meshOctreeAutomaticRefinementRef.C
  87. +1 −1 meshLibrary/utilities/octrees/meshOctree/meshOctreeCreator/meshOctreeCreatorAdjustOctreeToSurface.C
  88. +1 −1 meshLibrary/utilities/octrees/meshOctree/meshOctreeCube/meshOctreeCubeCoordinates.H
  89. +13 −1 meshLibrary/utilities/octrees/meshOctree/meshOctreeCube/meshOctreeCubeCoordinatesI.H
  90. +1 −1 meshLibrary/utilities/octrees/meshOctree/meshOctreeFindNearestSurfacePoint.C
  91. +1 −1 ...brary/utilities/octrees/meshOctree/meshOctreeModifier/meshOctreeModifierEnsureCorrectRegularity.C
  92. +4 −4 meshLibrary/utilities/octrees/meshOctree/meshOctreeModifier/meshOctreeModifierLoadDistribution.C
  93. +12 −5 meshLibrary/utilities/octrees/meshOctree/meshOctreeModifier/meshOctreeModifierParallelRefinement.C
  94. +5 −1 meshLibrary/utilities/octrees/meshOctree/meshOctreeModifier/meshOctreeModifierRefineSelectedBoxes.C
  95. +1 −1 ...ry/utilities/octrees/meshOctree/meshOctreeModifier/meshOctreeModifierUpdateCommunicationPattern.C
  96. +17 −17 meshLibrary/utilities/octrees/meshOctree/meshOctreeParallelCommunication.C
  97. +1 −1 meshLibrary/utilities/octrees/meshOctree/refinementControls/objectRefinement/boxRefinement.H
  98. +1 −1 meshLibrary/utilities/octrees/meshOctree/refinementControls/objectRefinement/coneRefinement.H
  99. +1 −1 meshLibrary/utilities/octrees/meshOctree/refinementControls/objectRefinement/hollowConeRefinement.H
  100. +1 −1 meshLibrary/utilities/octrees/meshOctree/refinementControls/objectRefinement/lineRefinement.H
  101. +1 −1 meshLibrary/utilities/octrees/meshOctree/refinementControls/objectRefinement/objectRefinementList.H
  102. +1 −1 meshLibrary/utilities/octrees/meshOctree/refinementControls/objectRefinement/sphereRefinement.H
  103. +1 −1 meshLibrary/utilities/octrees/meshOctree/refinementControls/patchRefinement/patchRefinement.C
  104. +1 −1 meshLibrary/utilities/octrees/meshOctree/refinementControls/patchRefinement/patchRefinementList.H
  105. +2 −2 ...ies/smoothers/geometry/meshOptimizer/boundaryLayerOptimisation/boundaryLayerOptimisationNormals.C
  106. +1 −1 meshLibrary/utilities/smoothers/geometry/meshOptimizer/meshOptimizer.H
  107. +6 −6 meshLibrary/utilities/smoothers/geometry/meshOptimizer/meshOptimizerI.H
  108. +2 −2 meshLibrary/utilities/smoothers/geometry/meshOptimizer/meshOptimizerOptimizePoint.C
  109. +13 −1 meshLibrary/utilities/smoothers/geometry/meshOptimizer/optimizeMeshFV.C
  110. +69 −9 .../utilities/smoothers/geometry/meshOptimizer/symmetryPlaneOptimisation/symmetryPlaneOptimisation.C
  111. +1 −1 .../utilities/smoothers/geometry/meshOptimizer/symmetryPlaneOptimisation/symmetryPlaneOptimisation.H
  112. +1 −1 ...others/geometry/meshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntangler.C
  113. +4 −8 ...ometry/meshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntanglerCutRegion.C
  114. +1 −1 .../meshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntanglerCutRegionPoints.C
  115. +1 −0 ...eshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntanglerCutRegionTieBreak.C
  116. +1 −1 ...rs/geometry/meshOptimizer/tetMeshOptimisation/advancedSmoothers/simplexSmoother/simplexSmoother.H
  117. +16 −0 meshLibrary/utilities/smoothers/geometry/meshOptimizer/tetMeshOptimisation/tetMeshOptimisation.C
  118. +1 −1 ...others/geometry/meshSurfaceOptimizer/advancedSurfaceSmoothers/surfaceOptimizer/surfaceOptimizer.H
  119. +1 −1 meshLibrary/utilities/smoothers/geometry/meshSurfaceOptimizer/meshSurfaceOptimizerI.H
  120. +1 −1 meshLibrary/utilities/smoothers/geometry/meshSurfaceOptimizer/meshSurfaceOptimizerOptimizeSurface.C
  121. +1 −1 ...tilities/smoothers/topology/checkBoundaryFacesSharingTwoEdges/checkBoundaryFacesSharingTwoEdges.H
  122. +2 −2 ...ibrary/utilities/smoothers/topology/checkCellConnectionsOverFaces/checkCellConnectionsOverFaces.C
  123. +14 −15 .../utilities/smoothers/topology/checkIrregularSurfaceConnections/checkIrregularSurfaceConnections.C
  124. +1 −1 .../utilities/smoothers/topology/checkIrregularSurfaceConnections/checkIrregularSurfaceConnections.H
  125. +2 −2 ...s/smoothers/topology/checkIrregularSurfaceConnections/checkIrregularSurfaceConnectionsFunctions.C
  126. +2 −2 ...ry/utilities/smoothers/topology/checkNonMappableCellConnections/checkNonMappableCellConnections.C
  127. +1 −1 ...ry/utilities/smoothers/topology/checkNonMappableCellConnections/checkNonMappableCellConnections.H
  128. +1 −1 meshLibrary/utilities/smoothers/topology/topologicalCleaner/topologicalCleaner.H
  129. +2 −2 meshLibrary/utilities/smoothers/topology/topologicalCleaner/topologicalCleanerInvalidVertices.C
  130. +2 −2 meshLibrary/utilities/smoothers/topology/topologicalCleaner/topologyCleanerNonMappableCells.C
  131. +1 −1 meshLibrary/utilities/surfaceTools/edgeExtraction/edgeExtractor/edgeExtractor.C
  132. +1 −1 meshLibrary/utilities/surfaceTools/edgeExtraction/edgeExtractor/edgeExtractor.H
  133. +1 −1 meshLibrary/utilities/surfaceTools/edgeExtraction/edgeExtractor/edgeExtractorCorners.C
  134. +1 −1 ...ibrary/utilities/surfaceTools/meshSurfaceCheckInvertedVertices/meshSurfaceCheckInvertedVertices.H
  135. +1 −1 meshLibrary/utilities/surfaceTools/meshSurfaceEdgeExtractor/meshSurfaceEdgeCreateEdgeVertices.C
  136. +2 −2 meshLibrary/utilities/surfaceTools/meshSurfaceEngine/meshSurfaceEngine.H
  137. +5 −5 ...ibrary/utilities/surfaceTools/meshSurfaceEngine/meshSurfaceEngineCalculateBoundaryNodesAndFaces.C
  138. +10 −10 meshLibrary/utilities/surfaceTools/meshSurfaceEngine/meshSurfaceEngineParallelAddressing.C
  139. +1 −1 meshLibrary/utilities/surfaceTools/meshSurfaceMapper/parMapperHelper.H
  140. +1 −1 meshLibrary/utilities/surfaceTools/meshSurfacePartitioner/meshSurfacePartitioner.H
  141. +31 −1 meshLibrary/utilities/surfaceTools/renameBoundaryPatches/renameBoundaryPatches.C
  142. +11 −3 meshLibrary/utilities/surfaceTools/renameBoundaryPatches/renameBoundaryPatches.H
  143. +1 −1 meshLibrary/utilities/surfaceTools/surfaceMorpherCells/surfaceMorpherCellsCreateBoundaryFaces.C
  144. +3 −3 meshLibrary/utilities/surfaceTools/surfaceMorpherCells/surfaceMorpherCellsMorphInternalFaces.C
  145. +8 −0 meshLibrary/utilities/triSurfaceTools/triSurface2DCheck/triSurface2DCheck.C
  146. +2 −2 ...ry/utilities/triSurfaceTools/triSurfaceCurvatureEstimator/triSurfaceCurvatureEstimatorCalculate.C
  147. +1 −1 meshLibrary/utilities/triSurfaceTools/triSurfacePartitioner/triSurfacePartitioner.H
  148. +29 −0 meshLibrary/utilities/triSurfaceTools/triSurfacePatchManipulator/triSurfacePatchManipulator.C
  149. +83 −83 meshLibrary/voronoiMesh/voronoiMeshGenerator/voronoiMeshGenerator.C
  150. +1 −1 testingInterfaces/testAnisotropicMeshing/testAnisotropicMeshing.C
  151. +2 −2 testingInterfaces/testBndLayerRefinement/testBndLayerRefinement.C
  152. +2 −2 testingInterfaces/testBndLayerSmoothing/testBndLayerSmoothing.C
  153. +4 −0 testingInterfaces/testDynList/Make/files
  154. +12 −0 testingInterfaces/testDynList/Make/options
  155. +72 −0 testingInterfaces/testDynList/testDynList.C
  156. +1 −1 testingInterfaces/testEdgeExtractorFUN/testEdgeExtractorFUN.C
  157. +1 −1 testingInterfaces/testSurfaceSmoothing/testSurfaceSmoothing.C
  158. +7 −0 tutorials/cartesianMesh/bunnyOctree/system/meshDict
  159. +2 −2 tutorials/cartesianMesh/elbow_90degree/system/meshDict
  160. +5 −0 tutorials/cartesianMesh/intakePortOctree/system/meshDict
  161. +2 −2 tutorials/cartesianMesh/multipleOrifices/system/meshDict
  162. +3 −3 tutorials/cartesianMesh/singleOrifice/system/meshDict
  163. +2 −2 tutorials/pMesh/multipleOrifices/system/meshDict
  164. +12 −2 utilities/FLMAToSurface/Make/options
  165. +8 −2 utilities/FMSToSurface/Make/options
  166. +3 −3 utilities/FMSToVTK/FMSToVTK.C
  167. +8 −2 utilities/FMSToVTK/Make/options
  168. +1 −1 utilities/FMSToVTK/xmlTag.H
  169. +8 −2 utilities/checkSurfaceMesh/Make/options
  170. +8 −2 utilities/copySurfaceParts/Make/options
  171. +8 −2 utilities/extrudeEdgesInto2DSurface/Make/options
  172. +8 −2 utilities/generateBoundaryLayers/Make/options
  173. +8 −2 utilities/importSurfaceAsSubset/Make/options
  174. +8 −2 utilities/improveMeshQuality/Make/options
  175. +8 −2 utilities/improveSymmetryPlanes/Make/options
  176. +12 −2 utilities/mergeSurfacePatches/Make/options
  177. +2 −2 utilities/mergeSurfacePatches/mergeSurfacePatches.C
  178. +8 −2 utilities/meshToFPMA/Make/options
  179. +8 −2 utilities/patchesToSubsets/Make/options
  180. +8 −2 utilities/preparePar/Make/options
  181. +8 −2 utilities/removeSurfaceFacets/Make/options
  182. +8 −2 utilities/scaleMesh/Make/options
  183. +8 −2 utilities/scaleSurfaceMesh/Make/options
  184. +12 −2 utilities/subsetToPatch/Make/options
  185. +8 −2 utilities/surfaceFeatureEdges/Make/options
  186. +12 −2 utilities/surfaceGenerateBoundingBox/Make/options
  187. +8 −2 utilities/surfaceToFMS/Make/options
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
*.dep
*lnInclude*
*linux*
cfMesh.*
cfMesh*
**/lnInclude/*
**/Make/**/*
log
log.*
*~
Loading