Skip to content
Snippets Groups Projects
  1. Aug 05, 2016
  2. Aug 03, 2016
  3. Jun 24, 2016
  4. May 13, 2016
  5. Mar 21, 2016
  6. Jan 28, 2016
  7. Jan 22, 2016
  8. Jan 19, 2016
  9. Jan 11, 2016
  10. Nov 23, 2015
  11. Oct 20, 2015
  12. Oct 15, 2015
  13. Oct 14, 2015
  14. Sep 29, 2015
  15. Sep 03, 2015
  16. Aug 18, 2015
  17. Aug 15, 2015
  18. Jul 01, 2015
  19. Apr 07, 2015
  20. Feb 15, 2015
  21. Jan 23, 2015
  22. Dec 16, 2014
  23. Nov 21, 2014
  24. Jun 28, 2014
  25. Apr 29, 2014
  26. Apr 28, 2014
  27. Jan 07, 2014
  28. Jan 06, 2014
  29. Jan 02, 2014
    • Markus Blatt's avatar
      [cmake,release] Corrects setting of HAVE_* variables. · 64c80e41
      Markus Blatt authored
      For generating the config.h file we use the HAVE_* variables instead
      of the CMake ones *_FOUND, Unfortunately, we sometines to not set
      HAVE_* to the value of the *_FOUND vriable but to its name. Usually
      we only query whether these variable are set at all. While
      this often (except for psurface) does not pose a problem, it is semantically
      wrong. Therfore this patch fixes this.
      
      Kudos to Ansgar for pointing to this problem.
      64c80e41
  30. Nov 21, 2013
  31. Oct 23, 2013
    • Markus Blatt's avatar
      [umfack] Moved build system tests for umfpack to dune-common · 5305bca7
      Markus Blatt authored
      This patch removed the tests for umfpack from dune-istl as they
      are already needed in dune-common. There are modules using umfpack
      that do not require dune-istl. Therefore dune-common seems to be the
      more appropriate place for the test.
      5305bca7
    • Dominic Kempf's avatar
      [FEATURE] Add UMFPack support to dune-istl · 4b038585
      Dominic Kempf authored and Markus Blatt's avatar Markus Blatt committed
      This commit contains
      - a wrapper for the C library UMFPack
      - tests for both CMake and autotools to find UMFPack on the system
      - a unit test for UMFPack
      - a new MatrixType ColCompMatrix which is a base class for a column
        compressed matrix. SuperLUMatrix now inherits from this base class.
        This way, no code is duplicated for the very similar interface in
        UMFPack.
      - the SuperLU-specific part of OverlappingSchwarz code is abstracted
        to work with either SuperLU or UMFPack
      4b038585
  32. Sep 18, 2013
Loading