Skip to content
Snippets Groups Projects
  1. Jan 19, 2021
  2. Nov 20, 2020
  3. Nov 03, 2020
  4. Sep 10, 2020
  5. Sep 03, 2020
  6. May 20, 2020
  7. May 14, 2020
  8. Mar 04, 2020
  9. Jan 29, 2020
  10. May 17, 2019
  11. May 16, 2019
  12. Aug 18, 2018
  13. May 30, 2018
  14. May 11, 2018
  15. Apr 16, 2018
  16. Apr 05, 2018
  17. Feb 12, 2018
  18. 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
  19. 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
  20. 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
  21. Oct 02, 2015
  22. Apr 09, 2015
  23. Mar 21, 2015
  24. Mar 19, 2015
  25. Mar 15, 2015
    • Oliver Sander's avatar
      GeodesicFEAssembler and RiemannianTRSolver now directly accept dune-functions bases · de9b228e
      Oliver Sander authored
      At least the harmonicmaps.cc example still works as before.
      [caveat: only tested without HAVE_MPI]
      Internally, at various places in the code, a dune-fufem basis is still constructed
      from the dune-functions one.  These parts can be ported one by one, as dune-fufem
      slowly replaces its own bases by the ones from dune-functions.
      
      [[Imported from SVN: r10080]]
      de9b228e
  26. Feb 06, 2015
  27. Feb 01, 2015
Loading