Skip to content
Snippets Groups Projects
  1. Dec 14, 2015
    • Oliver Sander's avatar
      Remove the methods rowdim and coldim from the Matrix class · 6b4af76f
      Oliver Sander authored
      The information has been provided by the MatrixDimensions struct since roughly the end of 2010.
      Correspondingly, the methods rowdim and coldim have been removed from the istl matrix implementations.
      Apparently, we forgot to remove them from the Matrix class.
      6b4af76f
  2. Jul 01, 2015
  3. May 25, 2015
  4. Mar 10, 2015
  5. Apr 27, 2014
  6. 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
      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
  7. Mar 11, 2013
  8. Feb 22, 2013
  9. Feb 20, 2013
  10. Feb 13, 2013
  11. Feb 08, 2013
  12. Feb 07, 2013
  13. Nov 22, 2012
  14. Nov 06, 2012
  15. Sep 20, 2012
  16. Aug 31, 2012
    • Christoph Grüninger's avatar
      [doc/comm] · af5babce
      Christoph Grüninger authored
      Check all programs even if MPI was not found. (similar to dune/common/test)
      Fix poosc08_test to compile without MPI.
      
      [[Imported from SVN: r1681]]
      af5babce
  17. Aug 24, 2012
  18. Jul 11, 2012
  19. Jul 08, 2012
  20. May 07, 2012
    • Markus Blatt's avatar
      - dune-istl is DuneIstl to CMAKE (e.g. during the find_package · 7263cf4a
      Markus Blatt authored
        call). Mimic this in the variable names used in the package
        configuration files. (They were wrong anyway!)
      - provide optional dependency to  create_doc_install. This is needed
        as add_latex_document with the safepdf option creates a target
        <basename>_safepdf for building <basename>.pdf. Without specifying
        <basename>_safepdf as the dependency, <basename>.pdf would be build
        in non-safe mode before install leading to errors with eps figures.
      
      [[Imported from SVN: r1577]]
      7263cf4a
  21. May 04, 2012
  22. Apr 30, 2012
  23. Feb 02, 2012
  24. Oct 15, 2010
  25. Sep 20, 2010
  26. Apr 09, 2010
  27. Mar 26, 2010
Loading