Skip to content
Snippets Groups Projects
  1. Nov 30, 2020
  2. Nov 13, 2020
  3. Sep 18, 2020
  4. Sep 09, 2020
  5. Sep 05, 2020
  6. 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
  7. May 04, 2019
  8. Sep 06, 2018
  9. 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
  10. Dec 26, 2015
  11. Dec 09, 2015
  12. Dec 06, 2015
  13. Dec 03, 2015
  14. Nov 14, 2015
  15. Mar 23, 2015
  16. Aug 28, 2014
  17. Aug 22, 2014
Loading