Skip to content
Snippets Groups Projects
  1. May 11, 2011
  2. Apr 29, 2011
  3. Dec 06, 2010
  4. Nov 24, 2010
  5. Nov 12, 2010
  6. Oct 28, 2010
  7. Oct 27, 2010
  8. Oct 15, 2010
  9. Oct 13, 2010
  10. Oct 12, 2010
    • Markus Blatt's avatar
      - Made amg.hh more modular. · e5ab6d0a
      Markus Blatt authored
      - Added AMG with krylov cylcle. Up to now it seems to be more scalable
      int terms of number of iterations needed for convergence. Albeit the
      time to solution does not improve that much because of intensive
      copying.
      
      [[Imported from SVN: r1309]]
      e5ab6d0a
  11. Sep 15, 2010
  12. Jul 08, 2010
  13. Feb 23, 2010
  14. Feb 18, 2010
    • Markus Blatt's avatar
      BugFixes please merge to release. · 5c64dd58
      Markus Blatt authored
      Distribute matrixmarket.hh
      AMG: make x consistent even if there is only one level
      galerkin.hh: Initialize Matrixblock correctly
      splvers.hh: Always call pre mthod of the preconditioner _before_ using
      the operator. Thus x is consistent and the computed defect will be,
      too.
      matrixmarket.hh: use int instead of size_t as template parameter as
      this is the case for the FieldMatrix, too.
      
      [[Imported from SVN: r1179]]
      5c64dd58
  15. Oct 13, 2009
  16. Oct 01, 2009
  17. Sep 23, 2009
  18. 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
  19. Sep 17, 2009
  20. Sep 01, 2009
  21. Jul 14, 2009
  22. Jun 03, 2009
  23. Apr 30, 2009
  24. Jul 14, 2008
    • Markus Blatt's avatar
      · 577eb247
      Markus Blatt authored
      DO not use sequential superlu in parallel mode!
      
      [[Imported from SVN: r924]]
      577eb247
  25. Jul 11, 2008
  26. Jul 08, 2008
  27. Jun 20, 2008
  28. Feb 22, 2008
  29. Oct 05, 2007
  30. Aug 07, 2007
  31. Apr 20, 2007
  32. Dec 15, 2006
  33. Dec 12, 2006
  34. Nov 14, 2006
  35. May 11, 2006
  36. Apr 27, 2006
  37. Apr 03, 2006
Loading