Skip to content
Aborted

Changes

Summary

  1. Switch to using functors for scene reduction (details)
  2. Provide proper expand(Box,Box) and expand(Box, Point) (details)
  3. Deprecate/remove += in boxes, deprecate reduction_identity (details)
  4. Switch the test to use expand (details)
  5. Remove functor's init() functions (details)
  6. Template kDOP on Coordinate (details)
  7. Working around some cuda-11.0 issues (details)
  8. Refactor KDOP (details)
  9. Add KDOP<2,4> and KDOP<2,8> (details)
  10. Add tests for 2D KDOP (details)
  11. Fix and add test for intersects(kdop, box) for 2D (details)
Commit 63fc08e0f453bb1abb56ad929d36781709feaa6d by Andrey Prokopenko
Switch to using functors for scene reduction
The file was modified src/details/ArborX_DetailsBruteForceImpl.hpp (diff)
The file was modified src/details/ArborX_DetailsTreeConstruction.hpp (diff)
Commit fa35339324e01696d987fb2f0a9a06a8448f9b92 by Andrey Prokopenko
Provide proper expand(Box,Box) and expand(Box, Point)
The file was modified src/geometry/ArborX_DetailsAlgorithms.hpp (diff)
Commit a1ba2392bafdda8f9fd6d91b3d170c34846c7099 by Andrey Prokopenko
Deprecate/remove += in boxes, deprecate reduction_identity
The file was modified src/geometry/ArborX_HyperBox.hpp (diff)
The file was modified src/geometry/ArborX_Box.hpp (diff)
Commit 8ed5cdce67f9da56e9bfba77c07f36a886a20003 by Andrey Prokopenko
Switch the test to use expand
The file was modified test/tstIndexableGetter.cpp (diff)
Commit b3e05d35789bbfc1f13407d849c545fd2f7557ef by Andrey Prokopenko
Remove functor's init() functions

Co-authored-by: Daniel Arndt <arndtd@ornl.com>
The file was modified src/details/ArborX_DetailsTreeConstruction.hpp (diff)
The file was modified src/details/ArborX_DetailsBruteForceImpl.hpp (diff)
The file was modified test/tstIndexableGetter.cpp (diff)
Commit 2e5818d97e741714685af87a38fd64c695dc3b86 by Andrey Prokopenko
Template kDOP on Coordinate
The file was modified src/geometry/ArborX_KDOP.hpp (diff)
The file was modified test/tstQueryTreeComparisonWithBoost.cpp (diff)
The file was modified test/tstQueryTreeManufacturedSolution.cpp (diff)
Commit e110c0c4f2d34e81fc68d65861ea225f5b7576eb by Andrey Prokopenko
Working around some cuda-11.0 issues
The file was modified test/tstQueryTreeManufacturedSolution.cpp (diff)
The file was modified test/tstQueryTreeComparisonWithBoost.cpp (diff)
The file was modified test/tstKDOP.cpp (diff)
The file was modified test/tstQueryTreeIntersectsKDOP.cpp (diff)
The file was modified test/CMakeLists.txt (diff)
The file was modified src/geometry/ArborX_DetailsAlgorithms.hpp (diff)
The file was modified src/geometry/ArborX_KDOP.hpp (diff)
Commit fa77eb44ff108d519edf89b3eca8713c2055f5a4 by Andrey Prokopenko
Add KDOP<2,4> and KDOP<2,8>
The file was modified src/geometry/ArborX_KDOP.hpp (diff)
The file was modified test/tstKDOP.cpp (diff)
Commit 5fb410ef33068ff0defef5fae2855f14c1b46089 by Andrey Prokopenko
Fix and add test for intersects(kdop, box) for 2D
The file was modified src/geometry/ArborX_KDOP.hpp (diff)
The file was modified test/tstKDOP.cpp (diff)