Skip to content
Snippets Groups Projects
  1. Nov 23, 2015
  2. Oct 20, 2015
  3. Oct 15, 2015
  4. Oct 14, 2015
  5. Sep 29, 2015
  6. Sep 03, 2015
  7. Aug 18, 2015
  8. Aug 15, 2015
  9. Jul 01, 2015
  10. Apr 07, 2015
  11. Feb 15, 2015
  12. Jan 23, 2015
  13. Dec 16, 2014
  14. Nov 21, 2014
  15. Jun 28, 2014
  16. Apr 29, 2014
  17. Apr 28, 2014
  18. Jan 07, 2014
  19. Jan 06, 2014
  20. Jan 02, 2014
    • Markus Blatt's avatar
      [cmake,release] Corrects setting of HAVE_* variables. · 64c80e41
      Markus Blatt authored
      For generating the config.h file we use the HAVE_* variables instead
      of the CMake ones *_FOUND, Unfortunately, we sometines to not set
      HAVE_* to the value of the *_FOUND vriable but to its name. Usually
      we only query whether these variable are set at all. While
      this often (except for psurface) does not pose a problem, it is semantically
      wrong. Therfore this patch fixes this.
      
      Kudos to Ansgar for pointing to this problem.
      64c80e41
  21. Nov 21, 2013
  22. 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
  23. Sep 18, 2013
  24. Sep 11, 2013
  25. 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
  26. Apr 29, 2013
  27. Apr 10, 2013
  28. Mar 15, 2013
  29. Feb 18, 2013
  30. Feb 13, 2013
  31. 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
  32. Sep 27, 2012
Loading