Skip to content
Snippets Groups Projects
  1. Sep 30, 2022
  2. Jul 28, 2021
  3. Mar 16, 2021
  4. Jun 04, 2019
  5. Apr 10, 2019
  6. Dec 30, 2018
  7. Dec 28, 2018
  8. Dec 10, 2018
  9. Jun 08, 2018
    • Ansgar Burchardt's avatar
      CompPair: make `operator()` a const method · ae1ec50a
      Ansgar Burchardt authored
      This addresses the following error when using GCC 8:
      
      ```
      /usr/include/c++/8/bits/stl_tree.h:457:21: error: static assertion failed: comparison object must be invocable as const
             static_assert(is_invocable_v<const _Compare&, const _Key&, const _Key&>,
      ```
      ae1ec50a
  10. Jan 08, 2016
  11. Nov 02, 2015
  12. Sep 01, 2015
  13. Aug 16, 2015
  14. Aug 15, 2015
  15. Apr 13, 2015
  16. Feb 26, 2014
  17. Feb 04, 2014
  18. Nov 15, 2013
  19. Jan 22, 2013
  20. Jan 10, 2013
  21. Jan 09, 2013
  22. Sep 26, 2012
  23. Jul 04, 2012
  24. May 18, 2011
  25. Nov 03, 2010
  26. Oct 08, 2010
  27. Dec 04, 2009
    • Markus Blatt's avatar
      · 246c50e6
      Markus Blatt authored
      Fixed some more bugs.
      Patch was provided by Atgeirr Rasmussen.
      
      [[Imported from SVN: r1143]]
      246c50e6
  28. Oct 13, 2009
  29. Sep 23, 2009
  30. Sep 21, 2009
    • Markus Blatt's avatar
      · d7395a26
      Markus Blatt authored
      Parallel AMG works on helics with repartitioning!
      
      matrixredistribute.hh : Ensure that overlap rows have the right entries
      matrixutils.hh : Added method to print a distributed sparse matrix
      amg.hh: initialize pointer with zero to prevent deallocation of nonallocated storage.
      hierarchy.hh: print operator complexity in verbose mode.
      transfer.hh: removed wrong assertions (yes, Index sets can have holes!)
      repartition.hh: Bugfix: Use the correct MPI datatype to unpack. (Unpacking a std::size_t using MPI_INT on 64 bit is not a good idea!)
      
      [[Imported from SVN: r1076]]
      d7395a26
  31. Jun 20, 2008
  32. May 07, 2007
  33. Nov 25, 2006
  34. Apr 27, 2006
Loading