Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 17, 2015
  2. Oct 14, 2015
  3. Oct 13, 2015
  4. Oct 12, 2015
  5. Oct 07, 2015
  6. Aug 12, 2015
  7. Aug 05, 2015
  8. Aug 04, 2015
  9. Jul 14, 2015
  10. Jul 13, 2015
  11. Jul 10, 2015
    • Martin Nolte's avatar
      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
  12. Jul 07, 2015
  13. Jun 25, 2015
  14. Jun 02, 2015
  15. Jun 01, 2015
  16. Apr 08, 2015
  17. Apr 01, 2015
Loading