Skip to content
Snippets Groups Projects
Commit 219dd9fb authored by Bernd Flemisch's avatar Bernd Flemisch Committed by Christoph Grüninger
Browse files

[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.
parent 29ffed35
No related branches found
No related tags found
2 merge requests!31Feature/colebrookwhiteboundarylayer,!28[linear] remove self-written parallel linear solvers
Showing
with 45 additions and 11 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment