Skip to content
Snippets Groups Projects
  1. Sep 29, 2009
    • Markus Blatt's avatar
      Calculate Interface information for redistribution without · d1168d2f
      Markus Blatt authored
      communication.
      
      Both Interface and BufferedCommunicator loose their template
      parameter. It was not needed and hindered the new implementation.
      Sorry for the inconvenience.
      
      Please change your code:
      Interface<IndexSet> -> Interface
      BufferedCommunicator<IndexSet> -> BufferedCommunicator
      
      [[Imported from SVN: r1084]]
      d1168d2f
  2. Sep 28, 2009
  3. Sep 26, 2009
  4. Sep 23, 2009
  5. Sep 21, 2009
    • Markus Blatt's avatar
      Send new overlap vertices. · 3cb81051
      Markus Blatt authored
      [[Imported from SVN: r1078]]
      3cb81051
    • Markus Blatt's avatar
      · 250b5fa4
      Markus Blatt authored
      Adapt to interface change.
      
      [[Imported from SVN: r1077]]
      250b5fa4
    • 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
  6. Sep 18, 2009
  7. Sep 17, 2009
  8. Sep 15, 2009
  9. Sep 13, 2009
  10. Sep 07, 2009
  11. Sep 04, 2009
  12. Sep 01, 2009
  13. Jul 30, 2009
    • Markus Blatt's avatar
      Bugfixes (Please merge with future bug fix release) · 747fd756
      Markus Blatt authored
      - Compiles with g++-4,4 now. Error was error: declaration of
        ‘Dune::SuperLUMatrix<Dune::BCRSMatrix<Dune::FieldMatrix<K, n, p>,
        TA> >& m’shadows template parm ‘int m’ 
        Fixes flyspray #581
      
      - Removed wrong assertion. One should not check whether the whole
        matrix is copied if one just copies a part of it. (Blame copy & paste)
      
      [[Imported from SVN: r1053]]
      747fd756
  14. Jul 29, 2009
  15. Jul 27, 2009
  16. Jul 26, 2009
  17. Jul 23, 2009
  18. Jul 22, 2009
    • Sven Marnach's avatar
      Remove const qualifier from matrix type. · c47082eb
      Sven Marnach authored
      The matrix type is also used for the ILU member variable, which is
      initialised with a copy of the matrix and then inclompletely LU
      decomposed.  This member variable must not be const.
      
      [[Imported from SVN: r1045]]
      c47082eb
  19. Jul 15, 2009
  20. Jul 14, 2009
Loading