Skip to content
Snippets Groups Projects
  1. Aug 19, 2016
  2. Aug 18, 2016
    • Dominic Kempf's avatar
      Merge branch 'feature/matrix-free' into 'master' · cbe4bf96
      Dominic Kempf authored
      Feature matrix free solution of linear PDEs
      
      This implements matrix free solution of linear PDEs. Some notes:
      
      1. Right now the code simply uses BiCGSTAB from istl from istl for solving the linear systems. A more subtle solver setup should be postponed until the istl-ini factory arrived at PDELab.
      1. Poisson DG doesn't converge. Tests with the convectiondiffusiondg lop from PDELab show that the hand written lop has the same behaviour. Because of that I turned off DG tests.
      1. Right now nonlinear PDE's are not covered since PDELab doesn't seem to support nonlinear matrix free solutions. We probably have to adjust Newton first.
      
      This merge request is related to #26 and I will update the issue accordingly.
      
      
      
      See merge request !10
      cbe4bf96
    • René Heß's avatar
      Some small improvements and bugfixes · 6917da50
      René Heß authored
      6917da50
  3. Aug 17, 2016
  4. Aug 16, 2016
  5. Aug 12, 2016
  6. Aug 11, 2016
  7. Aug 10, 2016
  8. Aug 09, 2016
  9. Aug 05, 2016
  10. Aug 04, 2016
  11. Aug 03, 2016
  12. Jul 28, 2016
  13. Jul 27, 2016
  14. Jul 26, 2016
Loading