Skip to content
Snippets Groups Projects
  1. Aug 18, 2018
  2. Apr 16, 2018
  3. 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
  4. 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
  5. Feb 08, 2016
  6. Dec 03, 2015
  7. Nov 20, 2015
  8. Oct 02, 2015
  9. Feb 06, 2015
  10. Feb 01, 2015
  11. Jan 28, 2015
    • Oliver Sander's avatar
      Hand over the FE Basis type as a template parameter · 37cc7798
      Oliver Sander authored
      This is much cleaner than handing over the Grid only, and then trying
      to guess the basis using the preprocessor.  After all, the
      RiemannianTrustRegionSolver calls the assembler, so it may know the
      function space basis.
      
      [[Imported from SVN: r10035]]
      37cc7798
    • Oliver Sander's avatar
      Reduce amount of preprocessor magic · d723d85d
      Oliver Sander authored
      By introducing a factory class that produces GlobalMapper and LocalMapper
      types for a given dune-fufem-style function space basis.
      
      [[Imported from SVN: r10034]]
      d723d85d
  12. Jan 14, 2015
  13. Nov 04, 2014
  14. Oct 27, 2014
  15. Oct 14, 2014
  16. Oct 11, 2014
  17. Oct 10, 2014
  18. Sep 30, 2014
  19. Sep 03, 2014
  20. Jul 16, 2014
  21. Jul 09, 2014
    • Oliver Sander's avatar
      Adapt to changes in dune-solvers · a18b37f4
      Oliver Sander authored
      The hasObstacle_ and obstacles_ fields are now single arrays.
      The corresponding fields for the entire grid hierarchy is assembled
      within dune-solvers now.
      
      [[Imported from SVN: r9816]]
      a18b37f4
  22. May 26, 2014
  23. May 14, 2014
  24. May 13, 2014
  25. Apr 23, 2014
  26. Sep 03, 2013
  27. Nov 19, 2011
  28. Sep 22, 2011
  29. Aug 19, 2011
  30. Mar 28, 2011
  31. Jan 23, 2011
  32. Jan 05, 2011
  33. Apr 28, 2010
  34. Apr 27, 2010
Loading