Skip to content
Snippets Groups Projects
  1. Oct 23, 2013
    • 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
  2. Oct 17, 2013
  3. Oct 02, 2013
  4. Sep 18, 2013
  5. Sep 11, 2013
  6. Sep 09, 2013
  7. Sep 06, 2013
  8. Aug 27, 2013
    • Markus Blatt's avatar
      [Bugfix] Prevent implicite conversion Matrix->MatrixAdapter. · 4acfda14
      Markus Blatt authored
      MatrixAdapter uses a const reference to store a reference
      to the matrix it is working on. Without this patch it was
      possible to pass the matrix to constructor actually taking
      a MatrixAdapter as its argument. This resulted in a const
      reference to a temporary MatrixAdapter that died after the
      constructor call.
      
      This patch request explicitly calling the constructor and
      thus fixes this issue.
      4acfda14
  9. Aug 26, 2013
  10. Aug 21, 2013
  11. Aug 19, 2013
  12. Aug 15, 2013
  13. Aug 14, 2013
  14. Aug 13, 2013
  15. Aug 12, 2013
  16. Aug 05, 2013
  17. Jul 13, 2013
Loading