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. Apr 21, 2017
  2. Mar 20, 2017
  3. Oct 26, 2016
  4. Oct 21, 2016
  5. Sep 25, 2016
  6. Aug 17, 2016
  7. Apr 16, 2016
  8. Feb 01, 2016
  9. Dec 08, 2015
  10. Aug 12, 2015
  11. Aug 04, 2015
  12. Aug 03, 2015
  13. Jul 13, 2015
  14. Jun 25, 2015
  15. Jan 20, 2015
  16. Jul 29, 2014
  17. Jul 20, 2014
  18. Jul 19, 2014
  19. Jul 17, 2014
  20. Jun 10, 2014
  21. Jun 08, 2014
  22. Jun 07, 2014
    • dedner's avatar
      trie · 71ea832e
      dedner authored
      71ea832e
  23. Apr 01, 2014
  24. Mar 31, 2014
  25. Jan 07, 2014
  26. Oct 04, 2013
  27. May 23, 2013
  28. Apr 15, 2013
    • Andreas Dedner's avatar
      new debug structure introduced: · 52a4230d
      Andreas Dedner authored
      - instead of #ifndef NDEBUG
        now use #ifdef ALUGRIDDEBUG
      - istead of assert( cond );
        now use alugrid_assert ( cond );
        (from dune/alugrid/common/alugrid_assert.hh)
      So instead of having to define NDEBUG to avoid debug code being executed
      (improves performance by 60%) one always avoids debug code as long as
      ALUGRIDDEBUG has not been define.
      52a4230d
  29. Apr 14, 2013
  30. Mar 29, 2013
  31. Mar 28, 2013
Loading