Skip to content
Snippets Groups Projects
  1. Oct 23, 2014
  2. Oct 16, 2014
    • Oliver Sander's avatar
      Remove the code sharing local sizes from the constructor · 204a9a23
      Oliver Sander authored
      That code was buggy, and we only didn't see that because the wrong sizes
      were always overwritten by the correct ones before being used.
      (That's so as long as you call a reducing method before 'scatter').
      
      Removing the code leaves the situation as bad as before, but it
      allows us to get rid of the nOwnedLocalEntity() method from the global
      mapper.
      
      [[Imported from SVN: r9926]]
      204a9a23
  3. Oct 14, 2014
  4. Oct 11, 2014
  5. Oct 10, 2014
  6. Oct 05, 2014
  7. Oct 01, 2014
  8. Sep 30, 2014
  9. Sep 29, 2014
  10. Sep 19, 2014
  11. Sep 12, 2014
    • Oliver Sander's avatar
      Don't rely on a non-standard dune-solvers extension to set the matrix of a transfer operator · 130b1c8c
      Oliver Sander authored
      dune-solvers actually does provide a way to set these matrices directly.
      I simply didn't find it until recently.
      
      [[Imported from SVN: r9885]]
      130b1c8c
    • Oliver Sander's avatar
      Generalize to allow FD approximation using boost multiprecision number types · bb0e72ac
      Oliver Sander authored
      Currently, the only use of FD is to double check the derivatives computed
      either by hand-written code or (more frequently) by automatic differentiation.
      However, only multiprecision number types allow to really be sure that the
      rounding/cut off errors of FD do not hide subtle errors.
      
      Unfortunately, this patch doesn't go all the way.  It now won't run with 'double'
      anymore.  Also, user code needs to be modified in small but inelegant ways
      (e.g., no 'std::' prefixes for math functions).  Since the FD tests don't
      have to be run every day that's okay for now.
      
      [[Imported from SVN: r9884]]
      bb0e72ac
  12. Sep 07, 2014
Loading