From e997ccf229cfa45fbc6fc1134104209440e82ec2 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Tue, 15 Feb 2022 19:19:06 +0000 Subject: [PATCH] Add changelog entry --- doc/news/changes/minor/20220215Turcksin | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20220215Turcksin diff --git a/doc/news/changes/minor/20220215Turcksin b/doc/news/changes/minor/20220215Turcksin new file mode 100644 index 0000000000..1fd131269f --- /dev/null +++ b/doc/news/changes/minor/20220215Turcksin @@ -0,0 +1,6 @@ +New: Add new DistributedTree class based on ArborX. This class performs multiple +kinds of geometric search on distributed objects: intersection of bounding boxes +and intersection of bounding boxes with points. This class is the distributed +equivalent of ArborXWrappers::BVH. +
+(Bruno Turcksin, 2022/02/15) -- 2.39.5