Skip to content
Snippets Groups Projects
  1. Apr 29, 2014
  2. Apr 28, 2014
  3. Jan 27, 2014
  4. Oct 30, 2013
  5. 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
  6. Feb 20, 2013
  7. Aug 28, 2012
  8. Jul 17, 2012
    • Christoph Grüninger's avatar
      [FindSuperLU] · 325b0065
      Christoph Grüninger authored
      Add test for HAVE_MEM_USAGE_T_EXPANSIONS needed for SuperLU 3.0.
      This fixes CMake Bug #133.
      
      [[Imported from SVN: r1655]]
      325b0065
  9. Jul 16, 2012
  10. May 31, 2012
    • Christoph Grüninger's avatar
      [CMake] · 13ed8a92
      Christoph Grüninger authored
      Add HAVE_SUPERLU et al. to config.h.
      Update test set up to handle SuperLU tests correctly.
      
      [[Imported from SVN: r1615]]
      13ed8a92
  11. May 30, 2012
Loading