Skip to content
Snippets Groups Projects
  1. Jun 08, 2020
  2. May 20, 2020
  3. May 13, 2020
  4. 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
  5. Jan 29, 2020
  6. Oct 07, 2019
  7. May 22, 2019
  8. 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