Skip to content
Snippets Groups Projects
  1. Apr 20, 2023
  2. Apr 17, 2023
  3. Dec 21, 2022
    • Sander, Oliver's avatar
      Remove old dune-fufem bases · eb84290c
      Sander, Oliver authored
      They are getting removed now for good after the release of
      dune-fufem 2.9.  The code that replaces them has been there
      for quite a while, and therefore we can simply use it
      without having to worry about compatibility with older
      dune-fufem versions.
      eb84290c
  4. Jul 12, 2022
  5. Mar 03, 2022
  6. Oct 28, 2021
  7. Jan 19, 2021
  8. Nov 20, 2020
  9. Nov 03, 2020
  10. Sep 10, 2020
  11. Sep 03, 2020
  12. May 20, 2020
  13. May 14, 2020
  14. Mar 04, 2020
  15. Jan 29, 2020
  16. May 17, 2019
  17. May 16, 2019
  18. Aug 18, 2018
  19. May 30, 2018
  20. May 11, 2018
  21. Apr 16, 2018
  22. Apr 05, 2018
  23. Feb 12, 2018
  24. Dec 21, 2017
    • Sander, Oliver's avatar
      Minor code modernization · 3ebacac4
      Sander, Oliver authored
      - use more shared_ptr
      - New MCMGMapper interface from dune-grid 2.6
      - basis.indexSet() has been removed from dune-functions
      3ebacac4
  25. Dec 06, 2017
    • Sander, Oliver's avatar
      Update to pre-2.6 dune-solvers interface · 4444ded7
      Sander, Oliver authored
      A lot of raw pointers have been replaced by std::shared_ptr.
      
      A lot of data members are inaccessible now, and getters have
      to be used.
      
      A small patch is still needed for dune-solvers: The iterationStep_
      member is still needed to be public, because the new getter only
      grants access to the object, not the pointer to it.
      4444ded7
  26. Mar 05, 2016
    • Sander, Oliver's avatar
      Fix test for first-order bases · 709bad66
      Sander, Oliver authored
      It still tested for the dune-fufem wrapper of a first-order basis, while nowadays
      the RiemannianTRSolver class is instantiated with dune-functions bases.
      709bad66
  27. Oct 02, 2015
Loading