Skip to content
Snippets Groups Projects
Commit f1f5e0f3 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Merge branch 'feature/fs293-remove-solvers' into 'master'

[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
parents 29ffed35 c5f32d0e
No related branches found
No related tags found
1 merge request!31Feature/colebrookwhiteboundarylayer
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