Skip to content
Snippets Groups Projects
  1. Nov 21, 2013
  2. 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
  3. Sep 18, 2013
  4. Sep 11, 2013
  5. May 02, 2013
    • Markus Blatt's avatar
      Moved add_dune_<package>_flags functions out of the · 9e431b27
      Markus Blatt authored
      Find<Package>.cmake modules, as they were missing with set
      CMAKE_DISABLE_<Package>=TRUE.
      
      Now they are in speparte modules Add<Package>Flags and thus can be
      used as exspected with disabled packages.
      
      [[Imported from SVN: r1926]]
      9e431b27
  6. Apr 29, 2013
  7. Apr 10, 2013
  8. Mar 15, 2013
  9. Feb 18, 2013
  10. Feb 13, 2013
  11. Nov 19, 2012
    • Christoph Grüninger's avatar
      [FindSuperLU.cmake] · c635767c
      Christoph Grüninger authored
      Update test to conform common style.
      Changed user variable SUPERLU_DIR to SUPERLU_PREFIX.
      
      [[Imported from SVN: r1731]]
      c635767c
  12. Sep 27, 2012
  13. Sep 20, 2012
  14. Sep 11, 2012
  15. Sep 08, 2012
  16. Sep 06, 2012
  17. Sep 05, 2012
    • Christoph Grüninger's avatar
      [FindSuperLU.cmake] · bce5f1dd
      Christoph Grüninger authored
      Rework SuperLU check; it conforms to the way CMake wants checks. Thanks to Markus Blatt for the hints.
      
      [[Imported from SVN: r1695]]
      bce5f1dd
  18. Aug 28, 2012
  19. 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
  20. 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
  21. May 30, 2012
    • Christoph Grüninger's avatar
      [CMake] · a94d239a
      Christoph Grüninger authored
      Some variable from FindSuperLU.cmake are now cached.
      Added function add_dune_superlu_flags.
      
      [[Imported from SVN: r1613]]
      a94d239a
  22. May 29, 2012
  23. May 28, 2012
  24. May 26, 2012
  25. May 16, 2012
  26. May 07, 2012
  27. May 06, 2012
  28. Apr 30, 2012
Loading