Skip to content
Snippets Groups Projects
  1. Apr 10, 2013
  2. Apr 09, 2013
  3. Apr 08, 2013
  4. Mar 31, 2013
  5. Mar 21, 2013
  6. Mar 19, 2013
  7. Mar 16, 2013
  8. Mar 15, 2013
  9. Mar 14, 2013
    • Christoph Grüninger's avatar
      [pardiso.m4] Get rid of deprecated AC_TRY_LINK_FUNC. · 15ae2787
      Christoph Grüninger authored
      [[Imported from SVN: r1897]]
      15ae2787
    • Markus Blatt's avatar
      [Merge][Bugfix] r1895 from branches/release-cmake-2.2: Prevent definition of... · ad2e0488
      Markus Blatt authored
      [Merge][Bugfix] r1895 from branches/release-cmake-2.2: Prevent definition of HAVE_BOOST without value due to race conditions i
      n some autoconf versions.
      
      For some autoconf versions there was a race condition between ax_boost_base.m4 a
      nd dune_boost_base.m4 resulting in HAVE_BOOST being defined with no value (inste
      ad of ENABLE_BOOST). For others there were even two definitions of it (one with 
      and one without value). 
      
      This patch renames the symbol being defined in dune_boost_base.m4 to HAVE_DUNE_B
      OOST and defines a value for it if boost is found.
      
      
      [[Imported from SVN: r1896]]
      ad2e0488
    • Markus Blatt's avatar
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions... · 2c5baa0b
      Markus Blatt authored
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions in some autoconf versions.
      
      For some autoconf versions there was a race condition between ax_boost_base.m4 and dune_boost_base.m4 resulting in HAVE_BOOST being defined with no value (instead of ENABLE_BOOST). For others there were even two definitions of it (one with and one without value). 
      
      This patch renames the symbol being defined in dune_boost_base.m4 to HAVE_DUNE_BOOST and defines a value for it if boost is found.
      
      Please change your code such the preprocessor directives checking for boost from
      #if HAVE_BOOST
      to
      #if HAVE_DUNE_BOOST
      
      Resolves flyspray 1265 and presumably 1249.
      
      [[Imported from SVN: r1895]]
      2c5baa0b
    • Markus Blatt's avatar
      Distribute fastamg headers. · 1424a2b3
      Markus Blatt authored
      [[Imported from SVN: r1894]]
      1424a2b3
  10. Mar 13, 2013
  11. Mar 12, 2013
    • Markus Blatt's avatar
      Fixed EXTRA_DIST mixup. · 632edf02
      Markus Blatt authored
      [[Imported from SVN: r1892]]
      632edf02
    • Markus Blatt's avatar
      Do not overwrite EXTRA_DIST! · ed468eed
      Markus Blatt authored
      Previously communication.pdf was not in the tarball!
      
      [[Imported from SVN: r1891]]
      ed468eed
    • Markus Blatt's avatar
      Skip LATEX_USABLE guard for communication.pdf as this done in dune_add_latex_document. · a9c58f2d
      Markus Blatt authored
      Otherwise the pdfs will not be installed from the tarballs.
      
      .-- Diese und die folgenden Zeilen werden ignoriert --
      
      _M   .
      _M   doc/buildsystem/buildsystem.tex
      _M   doc/doxygen/Doxystyle
      _M   lib/dunemodules.lib
      _M   COPYING
      _M   bin/dunecontrol
      _M   m4/parmetis.m4
      _M   m4/cxx0x_nullptr.m4
      M    cmake/modules/DuneDoxygen.cmake
      _M   dune/common
      _M   dune/common/geometrytype.hh
      _M   dune/common/test/fmatrixtest.cc
      _M   dune/common/densematrix.hh
      _M   dune/common/shared_ptr.hh
      _M   dune/common/genericiterator.hh
      _M   dune/common/mpitraits.hh
      _M   dune/common/parametertreeparser.hh
      
      .-- Diese und die folgenden Zeilen werden ignoriert --
      
      _M   .
      M    doc/CMakeLists.txt
      _M   dune/istl
      _M   dune/istl/test/matrixredisttest.cc
      _M   dune/istl/matrixutils.hh
      _M   dune/istl/solvers.hh
      _M   dune/istl/repartition.hh
      _M   dune/istl/diagonalmatrix.hh
      _M   dune/istl/supermatrix.hh
      _M   dune/istl/paamg/smoother.hh
      _M   dune/istl/paamg/parameters.hh
      _M   dune/istl/paamg/hierarchy.hh
      
      [[Imported from SVN: r1890]]
      a9c58f2d
    • Markus Blatt's avatar
      [Merge][CMake] r1888 from branches/cmake: Skip LATEX_USABLE guard as this done... · ebbc69f2
      Markus Blatt authored
      [Merge][CMake] r1888 from branches/cmake: Skip LATEX_USABLE guard as this done in dune_add_latex_document.
      Otherwise the pdfs will not be installed from the tarballs.
      
      
      [[Imported from SVN: r1889]]
      ebbc69f2
    • Markus Blatt's avatar
      Skip LATEX_USABLE guard as this done in dune_add_latex_document. · f81692c4
      Markus Blatt authored
      Otherwise the pdfs will not be installed from the tarballs.
      
      [[Imported from SVN: r1888]]
      f81692c4
  12. Mar 11, 2013
    • Markus Blatt's avatar
      d9451179
    • 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
  13. Feb 25, 2013
Loading