Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 11, 2020
  3. Jan 29, 2020
  4. Oct 07, 2019
  5. Jun 14, 2019
  6. Jun 01, 2019
  7. May 22, 2019
  8. May 17, 2019
  9. May 16, 2019
  10. May 14, 2019
  11. May 04, 2019
    • Sander, Oliver's avatar
      Merge mixed-cosserat-continuum.cc into cosserat-continuum.cc · 28971b3a
      Sander, Oliver authored
      These two files are very similar, and merging them will reduce
      maintenance effort in the future.  As of this patch, there is
      now quite a number of preprocessor directives in the new merged
      cosserat-continuum.cc.  That is not pretty, but the new state
      is still much easier to maintain than two completely separate
      files.  What is more, I hope to be able to reduce some of that
      preprocessor trickery by smarter use of the dune-functions
      basis trees.
      28971b3a
  12. May 03, 2019
  13. Jan 09, 2019
  14. Jan 03, 2019
  15. Dec 18, 2018
  16. Nov 23, 2018
  17. Nov 22, 2018
  18. Oct 04, 2018
  19. Sep 06, 2018
    • Sander, Oliver's avatar
      Allow to use surface grids · 6f7eedf6
      Sander, Oliver authored
      In this case, two different refinements of the grids are not
      necessarily geometrically identical.  This means we cannot
      use hierarchic search with the global position of a quadrature
      point, and expect to find the point on the other grid as well.
      
      Instead, we go done to the coarsest grid, and make the transfer
      to the other grid there.
      6f7eedf6
    • Sander, Oliver's avatar
      Support dim==1 and dim!=dimworld · 17dc2bd7
      Sander, Oliver authored
      17dc2bd7
Loading