Skip to content
Snippets Groups Projects
  1. Oct 11, 2014
  2. Oct 10, 2014
  3. Oct 05, 2014
  4. Oct 01, 2014
  5. Sep 30, 2014
  6. Sep 29, 2014
  7. Sep 19, 2014
  8. 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
  9. Sep 07, 2014
Loading