]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix spelling and add changelog 15806/head
authorLuca Heltai <luca.heltai@sissa.it>
Thu, 10 Aug 2023 14:45:24 +0000 (16:45 +0200)
committerMarco Feder <marco.feder@sissa.it>
Thu, 10 Aug 2023 14:34:07 +0000 (14:34 +0000)
doc/news/changes/minor/20230810MarcoFeder [new file with mode: 0644]
include/deal.II/numerics/rtree.h

diff --git a/doc/news/changes/minor/20230810MarcoFeder b/doc/news/changes/minor/20230810MarcoFeder
new file mode 100644 (file)
index 0000000..44b9b57
--- /dev/null
@@ -0,0 +1,3 @@
+New: Added a function extract_children_of_level() that returns the bounding boxes associated to the children of a given level of an Rtree and stores them in a vector.
+<br>
+(Marco Feder, 2023/08/10)
index e25bcebddd8498ede2909d57944f70a7e0312beb..e04e73c3edea414dad2ddea748ef09bdc1f94082 100644 (file)
@@ -430,7 +430,8 @@ extract_rtree_level(const Rtree &tree, const unsigned int level);
 /**
  * Given an Rtree object @p tree and a target level @p level, this function returns
  * the bounding boxes associated to the children on level l+1 and stores them in
- * a vector. The resulting type is hence a vector of vectors of BoundingBox.
+ * a vector. The resulting type is hence a vector of vectors of BoundingBox
+ * objects.
  * If @p v is such a vector, then @p v has the following property:
  * @p v[i] is a vector with all of the bounding boxes associated to the children
  * of the i-th node of the tree.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.