Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 102
    • Issues 102
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 90
    • Merge requests 90
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Merge requests
  • !28

[linear] remove self-written parallel linear solvers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bernd Flemisch requested to merge feature/fs293-remove-solvers into master Dec 07, 2015
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/fs293-remove-solvers