Skip to content
Snippets Groups Projects
  1. Apr 17, 2023
  2. Mar 27, 2023
  3. Dec 21, 2022
    • Sander, Oliver's avatar
      Remove old dune-fufem bases · eb84290c
      Sander, Oliver authored
      They are getting removed now for good after the release of
      dune-fufem 2.9.  The code that replaces them has been there
      for quite a while, and therefore we can simply use it
      without having to worry about compatibility with older
      dune-fufem versions.
      eb84290c
  4. Aug 19, 2022
  5. Aug 11, 2022
  6. Jul 12, 2022
  7. Nov 30, 2020
  8. Nov 13, 2020
  9. Sep 18, 2020
  10. Sep 09, 2020
  11. Sep 05, 2020
  12. Feb 18, 2020
    • Sander, Oliver's avatar
      Always use shared_ptr from std:: namespace explicitly · 7cbe0451
      Sander, Oliver authored
      Up until dune-common 2.7, the Dune namespace contained shared_ptr:
      First as an actual implementation, later simply as a namespace
      import.  Dune-common post-2.7 has removed that import,
      and users of shared_ptr really have to explicitly specify
      the std:: namespace prefix.
      7cbe0451
  13. May 04, 2019
  14. Sep 06, 2018
  15. Apr 16, 2018
    • Sander, Oliver's avatar
      Adapt to changes in dune-solvers · 7c400af1
      Sander, Oliver authored
      In particular, MonotoneMultiGridStep use shared_ptr much more
      frequently now.  Also, various of its data members are now
      protected, and getters/setters have to be used.
      7c400af1
  16. Dec 26, 2015
  17. Dec 09, 2015
  18. Dec 06, 2015
  19. Dec 03, 2015
  20. Nov 14, 2015
  21. Mar 23, 2015
  22. Aug 28, 2014
  23. Aug 22, 2014
Loading