Skip to content
Snippets Groups Projects
  • Martin Nolte's avatar
    2073e26c
    sort elements using a Z curve, if Zoltan is not found. · 2073e26c
    Martin Nolte authored
    The only load-balancing algorithm useable without Zoltan is based on a
    space filling curve. Internally, however, this algorithm assumes that
    the macro elements are already sorted along such a curve. Originally,
    this was ensured by sorting them along the Hilbert curve provided by
    Zoltan.  To make dune-alugrid useful without Zoltan, we still need a
    space filling curve implementation of our own.
    
    This patch makes dune-alugrid more self-contained by providing a simple
    implementation of a Z curve. It is used only when Zoltan is not found,
    so experienced users will not notice the difference.
    2073e26c
    History
    sort elements using a Z curve, if Zoltan is not found.
    Martin Nolte authored
    The only load-balancing algorithm useable without Zoltan is based on a
    space filling curve. Internally, however, this algorithm assumes that
    the macro elements are already sorted along such a curve. Originally,
    this was ensured by sorting them along the Hilbert curve provided by
    Zoltan.  To make dune-alugrid useful without Zoltan, we still need a
    space filling curve implementation of our own.
    
    This patch makes dune-alugrid more self-contained by providing a simple
    implementation of a Z curve. It is used only when Zoltan is not found,
    so experienced users will not notice the difference.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.