Skip to content
Snippets Groups Projects
  1. Feb 28, 2018
  2. Feb 14, 2018
  3. Dec 22, 2017
  4. May 08, 2017
  5. Apr 10, 2017
    • Christian Engwer's avatar
      [compatibility] allow to disable the compatibility layer · 28492dbc
      Christian Engwer authored
      depending on a preprocessor define we switch the base classes to be
      pure virtual, or implement a dummy category(). If the classes are pure
      virtual the old interface with an enum is not possible anymore.
      
      To enable/disable the backwards compatibility check we provide a cmake
      flag DUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE, which defaults to 1
      (e.g. backwards compatibility enabled).
      28492dbc
  6. Dec 05, 2016
    • Markus Blatt's avatar
      Support various numeric types for SuperLU at once. · d1dcb220
      Markus Blatt authored and Christoph Grüninger's avatar Christoph Grüninger committed
      Previously, we only supported one numeric type (float, double, complex<float>,
      or complex<double>) that the user could select via a cryptic preprocessor
      define. This was done this way because when including SuperLU headers we
      would otherwise have multiply defined structs in SuperLU. At least in 4.3
      GlobalLU_t is defined in slu_sdefs.h, slu_ddefs.h, slu_cdefs.h, and
      slu_zdefs.h
      
      With this commit we do not include the problematic SuperLU headers anymore.
      Instead why define the functions called by us with extern C within DUNE.
      In addition we now provide all the numeric types for which SuperLU drivers are
      found at the same time.
      
      Hopefully this will also fix problems with multiply defined BLAS routines experienced
      with arpack and SuperLU.
      d1dcb220
  7. Aug 05, 2016
  8. Aug 03, 2016
  9. Jun 24, 2016
  10. May 13, 2016
  11. Mar 21, 2016
  12. Jan 28, 2016
  13. Jan 22, 2016
  14. Jan 19, 2016
  15. Jan 11, 2016
  16. Nov 23, 2015
  17. Oct 20, 2015
  18. Oct 15, 2015
  19. Oct 14, 2015
  20. Sep 29, 2015
  21. Sep 03, 2015
  22. Aug 18, 2015
  23. Aug 15, 2015
  24. Jul 01, 2015
  25. Apr 07, 2015
  26. Feb 15, 2015
  27. Jan 23, 2015
  28. Dec 16, 2014
  29. Nov 21, 2014
  30. Jun 28, 2014
  31. Apr 29, 2014
  32. Apr 28, 2014
Loading