-
- Downloads
ENH: Add extra octree functionality
+ Make intersection and nearest functions functors. This makes adding different intersection and nearest routines easier. + treeDataPrimitivePatch takes its tolerance as a constructor argument + Make treeDataTriSurface a typedef of treeDataPrimitivePatch Conflicts: src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C src/meshTools/indexedOctree/treeDataTriSurface.C
Showing
- src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C 125 additions, 24 deletionssrc/OpenFOAM/algorithms/indexedOctree/indexedOctree.C
- src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H 55 additions, 5 deletionssrc/OpenFOAM/algorithms/indexedOctree/indexedOctree.H
- src/OpenFOAM/algorithms/indexedOctree/treeDataCell.C 60 additions, 12 deletionssrc/OpenFOAM/algorithms/indexedOctree/treeDataCell.C
- src/OpenFOAM/algorithms/indexedOctree/treeDataCell.H 51 additions, 44 deletionssrc/OpenFOAM/algorithms/indexedOctree/treeDataCell.H
- src/dynamicMesh/boundaryMesh/boundaryMesh.C 10 additions, 3 deletionssrc/dynamicMesh/boundaryMesh/boundaryMesh.C
- src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C 1 addition, 1 deletion...n/surfaceInterpolationScheme/surfaceInterpolationScheme.C
- src/meshTools/cellClassification/cellClassification.C 2 additions, 1 deletionsrc/meshTools/cellClassification/cellClassification.C
- src/meshTools/cellClassification/cellClassification.H 1 addition, 3 deletionssrc/meshTools/cellClassification/cellClassification.H
- src/meshTools/indexedOctree/treeDataEdge.C 46 additions, 11 deletionssrc/meshTools/indexedOctree/treeDataEdge.C
- src/meshTools/indexedOctree/treeDataEdge.H 63 additions, 45 deletionssrc/meshTools/indexedOctree/treeDataEdge.H
- src/meshTools/indexedOctree/treeDataFace.C 59 additions, 13 deletionssrc/meshTools/indexedOctree/treeDataFace.C
- src/meshTools/indexedOctree/treeDataFace.H 55 additions, 45 deletionssrc/meshTools/indexedOctree/treeDataFace.H
- src/meshTools/indexedOctree/treeDataPoint.C 55 additions, 10 deletionssrc/meshTools/indexedOctree/treeDataPoint.C
- src/meshTools/indexedOctree/treeDataPoint.H 58 additions, 45 deletionssrc/meshTools/indexedOctree/treeDataPoint.H
- src/meshTools/indexedOctree/treeDataPrimitivePatch.C 186 additions, 64 deletionssrc/meshTools/indexedOctree/treeDataPrimitivePatch.C
- src/meshTools/indexedOctree/treeDataPrimitivePatch.H 97 additions, 52 deletionssrc/meshTools/indexedOctree/treeDataPrimitivePatch.H
- src/meshTools/indexedOctree/treeDataTriSurface.C 22 additions, 455 deletionssrc/meshTools/indexedOctree/treeDataTriSurface.C
- src/meshTools/indexedOctree/treeDataTriSurface.H 14 additions, 127 deletionssrc/meshTools/indexedOctree/treeDataTriSurface.H
- src/meshTools/searchableSurface/triSurfaceMesh.C 3 additions, 3 deletionssrc/meshTools/searchableSurface/triSurfaceMesh.C
- src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.C 2 additions, 1 deletion...shTools/sets/pointSources/surfaceToPoint/surfaceToPoint.C
Loading
Please register or sign in to comment