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