Skip to content
Snippets Groups Projects
  1. Mar 11, 2013
    • Markus Blatt's avatar
      [Merge][CMake] -r1867 from branches/cmake: Use new dune macro... · 8b722c3b
      Markus Blatt authored
      [Merge][CMake] -r1867 from branches/cmake: Use new dune macro dune_add_latex_document instead of add_latex_document
      
      
      [[Imported from SVN: r1886]]
      8b722c3b
    • Markus Blatt's avatar
      [BugFix] Use correct location of collectivecommunication.hh · dae924f1
      Markus Blatt authored
      It is not yet located in dune/common/parallel, but still in dune/common.
      
      [[Imported from SVN: r1885]]
      dae924f1
    • Markus Blatt's avatar
      [Merge] -r1883 from speedup_amg_build: Added missing test fastamg.cc. · 4d66f8b9
      Markus Blatt authored
      [[Imported from SVN: r1884]]
      4d66f8b9
    • Markus Blatt's avatar
      Added missing test fastamg.cc · 1192d2f5
      Markus Blatt authored
      [[Imported from SVN: r1883]]
      1192d2f5
    • Markus Blatt's avatar
      [Merge][Feature] -r1744:1875 from speedup_amg_build branch · a67680b4
      Markus Blatt authored
      [[Imported from SVN: r1882]]
      a67680b4
    • Markus Blatt's avatar
      [Merge][Feature] -r1754 from trunk: Add a mode to SuperLU where apply uses... · 3f6cca9f
      Markus Blatt authored
      [Merge][Feature] -r1754 from trunk: Add a mode to SuperLU where apply uses freshly allocated vectors.
      
      Previously the two vectors are allocated in
      the first call to apply. These got resused in subsequent calls to apply
      and are deallocated in the destructor. Using the new mode these vectors are allo
      cated
      at the beginning and deallocated at the end of each apply method. This allows
      using the same instance of superlu from different threads.
      
      
      
      [[Imported from SVN: r1881]]
      3f6cca9f
    • Markus Blatt's avatar
      [Merge][Feature] -r1738:1749 Added generailzed PCG. · 173e8e53
      Markus Blatt authored
      Original messages are:
      
      > r1749 | mblatt | 2012-12-18 16:41:13 +0100 (Di, 18. Dez 2012) | 2 Zeilen
      > Geänderte Pfade:
      >    M /trunk/dune/istl/solvers.hh
      > 
      > use new name in message.
      > 
      > ------------------------------------------------------------------------
      > r1748 | mblatt | 2012-12-18 16:40:38 +0100 (Di, 18. Dez 2012) | 2 Zeilen
      > Geänderte Pfade:
      >    M /trunk/dune/istl/solvers.hh
      > 
      > Bugfix: Removed Segfault.
      > 
      > ------------------------------------------------------------------------
      > r1747 | mblatt | 2012-12-18 15:29:07 +0100 (Di, 18. Dez 2012) | 6 Zeilen
      > Geänderte Pfade:
      >    M /trunk/dune/istl/solvers.hh
      > 
      > Fixing overwrite of r1739 by r1740.
      > 
      > Shouldn't subversion prevent such a thing? I even could
      > not use svn merge to restall the changes of r1739. 
      > Really weired.
      > 
      > ------------------------------------------------------------------------
      > r1743 | mblatt | 2012-12-18 11:22:24 +0100 (Di, 18. Dez 2012) | 2 Zeilen
      > Geänderte Pfade:
      >    M /trunk/dune/istl/solvers.hh
      > 
      > Use end and do not allow more steps than maxsteps.
      > 
      > ------------------------------------------------------------------------
      > r1742 | mblatt | 2012-12-18 11:21:53 +0100 (Di, 18. Dez 2012) | 2 Zeilen
      > Geänderte Pfade:
      >    M /trunk/dune/istl/paamg/test/kamgtest.cc
      > 
      > Use default Krylov cycle.
      > 
      > ------------------------------------------------------------------------
      > r1741 | mblatt | 2012-12-18 11:21:30 +0100 (Di, 18. Dez 2012) | 2 Zeilen
      > Geänderte Pfade:
      >    M /trunk/dune/istl/paamg/kamg.hh
      > 
      > Use the generalized PCG.
      > 
      > ------------------------------------------------------------------------
      > r1740 | mblatt | 2012-12-18 11:13:11 +0100 (Di, 18. Dez 2012) | 5 Zeilen
      > Geänderte Pfade:
      >    M /trunk/dune/istl/paamg/test/amgtest.cc
      >    M /trunk/dune/istl/solvers.hh
      > 
      > Added a generalized PCG solver
      > 
      > This solver allows the preconditioner
      > to between iterations or even be nonlinear.
      > 
      > ------------------------------------------------------------------------
      > r1739 | peter | 2012-12-18 10:58:21 +0100 (Di, 18. Dez 2012) | 1 Zeile
      > Geänderte Pfade:
      >    M /trunk/dune/istl/solvers.hh
      > 
      > output of argument w does not work
      
      
      [[Imported from SVN: r1880]]
      173e8e53
    • Markus Blatt's avatar
      [Merge][Feature] r1739 from trunk: Renamed prolongate and restrict to... · 33162378
      Markus Blatt authored
      [Merge][Feature] r1739 from trunk: Renamed prolongate and restrict to prolongateVector and restrictVector.
      
      No deprecation needed as I consider these methods internal only.
      
      [[Imported from SVN: r1879]]
      33162378
    • Markus Blatt's avatar
      Fix compilation of pamgtest · 3d3c5ce2
      Markus Blatt authored
      [[Imported from SVN: r1878]]
      3d3c5ce2
    • Markus Blatt's avatar
      Bump version · 766bc33b
      Markus Blatt authored
      [[Imported from SVN: r1877]]
      766bc33b
    • Markus Blatt's avatar
      [MERGE][Release] Merge changes from official release branch · cac51be4
      Markus Blatt authored
      [[Imported from SVN: r1876]]
      cac51be4
    • Markus Blatt's avatar
      Added first version of an AMG method that uses less memory bandwidth · 66ef0750
      Markus Blatt authored
      [[Imported from SVN: r1875]]
      66ef0750
    • Markus Blatt's avatar
      [AMG][Bugfix] Only seed aggregate if it will not be skipped. · 9621f2f3
      Markus Blatt authored
      As seeding increments the aggregate counter, the aggregates were consecutively numbered before this patch.
      
      [[Imported from SVN: r1874]]
      9621f2f3
  2. Feb 25, 2013
  3. Feb 22, 2013
  4. Feb 20, 2013
Loading