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