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 07, 2015
  2. Aug 12, 2015
  3. Mar 23, 2015
  4. Feb 10, 2015
  5. Jan 21, 2015
  6. Jan 15, 2015
  7. Jan 14, 2015
  8. Jan 12, 2015
  9. Jan 09, 2015
  10. Dec 18, 2014
  11. Dec 16, 2014
  12. Oct 21, 2014
  13. Oct 20, 2014
  14. Oct 17, 2014
  15. Oct 10, 2014
  16. Oct 08, 2014
  17. Oct 01, 2014
  18. Jul 16, 2014
  19. 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
  20. Jan 25, 2013
  21. Jan 17, 2013
Loading