Skip to content
Snippets Groups Projects
  1. Apr 07, 2015
  2. Feb 15, 2015
  3. Jan 23, 2015
  4. Dec 16, 2014
  5. Nov 21, 2014
  6. Jun 28, 2014
  7. Apr 29, 2014
  8. Apr 28, 2014
  9. Jan 07, 2014
  10. Jan 06, 2014
  11. 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
  12. Nov 21, 2013
  13. 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
  14. Sep 18, 2013
  15. Sep 11, 2013
  16. 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
  17. Apr 29, 2013
  18. Apr 10, 2013
  19. Mar 15, 2013
  20. Feb 18, 2013
  21. Feb 13, 2013
  22. 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
  23. Sep 27, 2012
  24. Sep 20, 2012
  25. Sep 11, 2012
  26. Sep 08, 2012
  27. Sep 06, 2012
  28. 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
  29. Aug 28, 2012
  30. 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
  31. 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
Loading