Skip to content
Snippets Groups Projects
  1. Jan 08, 2016
  2. Dec 17, 2015
  3. Dec 15, 2015
  4. Dec 14, 2015
  5. Dec 11, 2015
  6. Dec 10, 2015
  7. Dec 09, 2015
  8. Dec 08, 2015
    • Christoph Grüninger's avatar
      Merge branch 'feature/fs293-remove-solvers' into 'master' · f1f5e0f3
      Christoph Grüninger authored
      [linear] remove self-written parallel linear solvers
      
      In dumux/linear/boxlinearsolver.hh, there are several linear solver
      backends which use "self-written" infrastructure for parallel runs
      from several files in dumux/linear.
      
      Deprecate those solvers and the infrastructure files due to the
      following reasons:
      
      - The parallelism is restricted to box.
      
      - The iteration counts deteriorate with growing process numbers.
      
      - The code is hard to maintain or to generalize.
      
      - We have the general / rather robust / mostly upstream-maintained AMGBackend.
      
      Use the corresponding sequential solvers from seqsolverbackend.hh by
      default and in the serial tests.
      
      This implements FS#293.
      
      See merge request !28
      f1f5e0f3
    • Bernd Flemisch's avatar
    • Bernd Flemisch's avatar
      [linear] remove self-written parallel linear solvers · 219dd9fb
      Bernd Flemisch authored
      In dumux/linear/boxlinearsolver.hh, there are several linear solver
      backends which use "self-written" infrastructure for parallel runs
      from several files in dumux/linear.
      
      Deprecate those solvers and the infrastructure files due to the
      following reasons:
      
      - The parallelism is restricted to box.
      
      - The iteration counts deteriorate with growing process numbers.
      
      - The code is hard to maintain or to generalize.
      
      - We have the general / rather robust / mostly upstream-maintained AMGBackend.
      
      Use the corresponding sequential solvers from seqsolverbackend.hh by
      default and in the serial tests.
      
      This implements FS#293.
      219dd9fb
    • Christoph Grüninger's avatar
      Merge branch 'feature/various-small-fixes' into 'master' · 29ffed35
      Christoph Grüninger authored
      Feature/various small fixes
      
      
      
      See merge request !29
      29ffed35
    • Thomas Fetzer's avatar
      a5a344d5
Loading