Skip to content
Snippets Groups Projects
  1. Aug 19, 2021
  2. Jun 10, 2021
  3. May 05, 2021
  4. Jan 20, 2021
  5. Jan 19, 2021
  6. Nov 05, 2020
  7. Oct 28, 2020
  8. Oct 21, 2020
  9. Oct 06, 2020
  10. Sep 03, 2020
  11. Jun 08, 2020
  12. May 20, 2020
  13. May 13, 2020
  14. 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
  15. Jan 29, 2020
  16. Oct 07, 2019
  17. May 22, 2019
  18. May 14, 2019
    • Lisa Julia Nebel's avatar
      Add film-on-substrate · 7550c4a7
      Lisa Julia Nebel authored
      Added program to solve a combined minimization problem:
      Minmize the sum of an elastic energy (representing the substrate)
      and a cosserat energy (representing a thin film on the substrate).
      7550c4a7
Loading