Skip to content

[bugfix] Fix bisection loadbalancing algorithm

Timo Koch requested to merge tkoch/dune-uggrid:fix/issue51-loadbalancer into master

ebf74cbf replaces three sort functions by a template. However, the template arguments were never used in the function, so we only sorted in one coordinate direction. This commit fixes this by replacing the hard-coded indices with the template argument values.

Thanks to Leopold Stadler for finding the offending commit.

  • Should be backported to the release/2.7 branch.

Fixes #51 (closed)

Edited by Timo Koch

Merge request reports