Skip to content
Snippets Groups Projects
  1. Nov 22, 2016
  2. Sep 13, 2016
  3. Aug 07, 2016
  4. Aug 05, 2016
  5. Mar 21, 2016
  6. 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
  7. Jul 01, 2015
  8. May 25, 2015
  9. Mar 10, 2015
  10. Apr 27, 2014
  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
      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
  13. Feb 22, 2013
  14. Feb 20, 2013
  15. Feb 13, 2013
  16. Feb 08, 2013
  17. Feb 07, 2013
  18. Nov 22, 2012
  19. Nov 06, 2012
  20. Sep 20, 2012
  21. 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
  22. Aug 24, 2012
  23. Jul 11, 2012
  24. Jul 08, 2012
  25. 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
  26. May 04, 2012
  27. Apr 30, 2012
  28. Feb 02, 2012
  29. Oct 15, 2010
  30. Sep 20, 2010
Loading