Skip to content
Snippets Groups Projects
  1. Sep 30, 2014
  2. Sep 29, 2014
  3. Sep 19, 2014
  4. 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
  5. Sep 07, 2014
  6. Sep 03, 2014
  7. Sep 01, 2014
  8. Aug 31, 2014
  9. Aug 29, 2014
  10. Aug 28, 2014
  11. Aug 26, 2014
  12. Aug 22, 2014
Loading