Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Oct 02, 2015
  4. Apr 09, 2015
  5. Mar 21, 2015
  6. Mar 19, 2015
  7. 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
  8. Feb 06, 2015
  9. Feb 01, 2015
  10. Jan 28, 2015
  11. Jan 14, 2015
  12. Dec 27, 2014
  13. Nov 13, 2014
  14. Nov 05, 2014
  15. Nov 04, 2014
  16. Oct 27, 2014
  17. Oct 14, 2014
  18. Oct 11, 2014
  19. Oct 10, 2014
  20. Oct 01, 2014
  21. Sep 29, 2014
  22. Sep 12, 2014
  23. Sep 07, 2014
  24. Sep 03, 2014
  25. Aug 28, 2014
  26. Aug 22, 2014
  27. Jul 18, 2014
  28. Jul 16, 2014
  29. Jul 09, 2014
Loading