Skip to content

Octree search

Heinrich Schindler requested to merge octree into master
  • Move caching of element bounding boxes and octree initialization from FindElement functions to initialization stage (FindElement should eventually become constant).
  • Use unique_ptr instead of raw pointer.
  • Revisit some of the nomenclature in TetrahedralTree to make it clearer that the algorithm is not limited to tetrahedral mesh elements.

Merge request reports