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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jun 02, 2015
-
-
Robert K authored
-
- Mar 31, 2015
-
-
Robert K authored
-
- Jan 27, 2015
-
-
dedner authored
version the expression was put into a sizeof which avoids the not used warning but does require that the expression is well defined. In many places in alu that is not the case because the not used warning is removed at the place it occurs.
-
- Jan 24, 2015
-
-
dedner authored
Before the program aborts after an assert fails, it is now possible to attach a debugger (if the correct defines are set).
-
- Jan 20, 2015
-
-
Robert K authored
-
- Oct 20, 2014
-
-
Robert Kloefkorn authored
-
Robert Kloefkorn authored
-
- Jul 03, 2014
-
-
Claus-Justus Heine authored
-
- Apr 15, 2013
-
-
Andreas Dedner authored
-
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.
-