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. Feb 08, 2016
  3. Dec 03, 2015
  4. Nov 20, 2015
  5. Oct 02, 2015
  6. Feb 06, 2015
  7. Feb 01, 2015
  8. 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
  9. Jan 14, 2015
  10. Nov 04, 2014
  11. Oct 27, 2014
  12. Oct 14, 2014
  13. Oct 11, 2014
  14. Oct 10, 2014
  15. Sep 30, 2014
  16. Sep 03, 2014
  17. Jul 16, 2014
  18. 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
  19. May 26, 2014
  20. May 14, 2014
  21. May 13, 2014
  22. Apr 23, 2014
  23. Sep 03, 2013
  24. Nov 19, 2011
  25. Sep 22, 2011
  26. Aug 19, 2011
  27. Mar 28, 2011
  28. Jan 23, 2011
  29. Jan 05, 2011
  30. Apr 28, 2010
  31. Apr 27, 2010
  32. Apr 26, 2010
  33. Apr 22, 2010
Loading