Skip to content
Success

Changes

Summary

  1. Switch to using functors for scene reduction (commit: 63fc08e) (details)
  2. Provide proper expand(Box,Box) and expand(Box, Point) (commit: fa35339) (details)
  3. Deprecate/remove += in boxes, deprecate reduction_identity (commit: a1ba239) (details)
  4. Switch the test to use expand (commit: 8ed5cdc) (details)
  5. Remove functor's init() functions (commit: b3e05d3) (details)
  6. Template kDOP on Coordinate (commit: 2e5818d) (details)
  7. Working around some cuda-11.0 issues (commit: e110c0c) (details)
  8. Refactor KDOP (commit: d3bbf3a) (details)
Commit 63fc08e0f453bb1abb56ad929d36781709feaa6d by Andrey Prokopenko
Switch to using functors for scene reduction
(commit: 63fc08e)
The file was modified src/details/ArborX_DetailsTreeConstruction.hpp (diff)
The file was modified src/details/ArborX_DetailsBruteForceImpl.hpp (diff)
Commit fa35339324e01696d987fb2f0a9a06a8448f9b92 by Andrey Prokopenko
Provide proper expand(Box,Box) and expand(Box, Point)
(commit: fa35339)
The file was modified src/geometry/ArborX_DetailsAlgorithms.hpp (diff)
Commit a1ba2392bafdda8f9fd6d91b3d170c34846c7099 by Andrey Prokopenko
Deprecate/remove += in boxes, deprecate reduction_identity
(commit: a1ba239)
The file was modified src/geometry/ArborX_HyperBox.hpp (diff)
The file was modified src/geometry/ArborX_Box.hpp (diff)
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>
(commit: b3e05d3)
The file was modified src/details/ArborX_DetailsTreeConstruction.hpp (diff)
The file was modified test/tstIndexableGetter.cpp (diff)
The file was modified src/details/ArborX_DetailsBruteForceImpl.hpp (diff)
The file was modified test/tstQueryTreeComparisonWithBoost.cpp (diff)
The file was modified test/tstQueryTreeManufacturedSolution.cpp (diff)
The file was modified src/geometry/ArborX_KDOP.hpp (diff)
Commit e110c0c4f2d34e81fc68d65861ea225f5b7576eb by Andrey Prokopenko
Working around some cuda-11.0 issues
(commit: e110c0c)
The file was modified test/tstQueryTreeComparisonWithBoost.cpp (diff)
The file was modified test/tstQueryTreeManufacturedSolution.cpp (diff)
The file was modified src/geometry/ArborX_DetailsAlgorithms.hpp (diff)
The file was modified test/tstKDOP.cpp (diff)
The file was modified src/geometry/ArborX_KDOP.hpp (diff)
The file was modified test/tstQueryTreeIntersectsKDOP.cpp (diff)
The file was modified test/CMakeLists.txt (diff)