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. Jul 07, 2015
  3. Jun 15, 2015
  4. Jun 05, 2015
  5. Jun 04, 2015
  6. Jun 01, 2015
  7. Jan 20, 2015
  8. Jan 15, 2015
  9. Oct 22, 2014
  10. Sep 29, 2014
  11. Jul 16, 2014
  12. Jul 03, 2014
  13. Jul 02, 2014
  14. Jul 01, 2014
  15. Jun 26, 2014
  16. Jun 25, 2014
  17. Jun 11, 2014
  18. Apr 02, 2014
  19. Mar 17, 2014
  20. Mar 14, 2014
  21. Jul 17, 2013
  22. Jun 12, 2013
  23. 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
  24. Feb 07, 2013
  25. Jan 31, 2013
  26. Jan 24, 2013
    • Robert Kloefkorn's avatar
      replaced · 5d92f990
      Robert Kloefkorn authored
        MPI_Comm --> ALUGridMPIComm
        No_Comm  --> ALUGridNoComm
      
      Now the library compilation yields always the same result, independent of HAVE_MPI.
      Also, almost all ALU3DGRID_PARALLEL could have been removed.
      From now on, there should be no .cc file containing ALU3DGRID_PARALLEL or HAVE_MPI.
      Otherwise it must be an inline header file.
      5d92f990
  27. Jan 17, 2013
Loading