Skip to content

Version 2.0 of NBodylib

Latest
Compare
Choose a tag to compare
@pelahi pelahi released this 04 Jan 07:54
d4f3ec1

Updates and bug fixes along with code clean-up

  • fixes a bug in LeafNodes for FOF searches that can on very rare occasions incorrectly add an entire leaf node to the FOF group.
  • Adds the ability to create adaptive KDTrees where leaf nodes are not all the same size (see [https://arxiv.org/abs/2112.05269] for discussion on the adaptive tree, splay and other updates).
  • Classes have move and copy constructors, along with std::sort functions, speeding up memory management and overall performance.