Skip to content
Snippets Groups Projects
  1. Jun 10, 2021
  2. May 05, 2021
  3. Jan 20, 2021
  4. Jan 19, 2021
  5. Nov 05, 2020
  6. Oct 28, 2020
  7. Oct 21, 2020
  8. Oct 06, 2020
  9. Sep 03, 2020
  10. Jun 08, 2020
  11. May 20, 2020
  12. May 13, 2020
  13. 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
  14. Jan 29, 2020
  15. Oct 07, 2019
  16. May 22, 2019
  17. 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