Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 89
    • Merge requests 89
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositories
  • dumuxdumux
  • Merge requests
  • !1850

Restructure linearsolver parallel

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timo Koch requested to merge fix/linearsolver-parallel into master Jan 31, 2020
  • Overview 3
  • Commits 10
  • Changes 14
  • Deduce vector and matrix type from solve
  • Actually use sequential solver if we compute on one process (before a "parallel" solver was used)
  • Fix "sequential" constructor of the AMG backend
  • Rename to AMGBiCGSTABBackend
  • LinearSolverTraits only need GridGeometry now
  • enable box with overlap (big thanks to @blattms for implementing the draft for this (see !1861 (closed)) and giving the necessary hint on how to do this)
  • restructure the LinearSolverTraits

I consider the internal structure of the AMG non-public so we don't have to deprecate things. Opinions?

This is suggestion to fix #805 (closed).

Edited Feb 13, 2020 by Timo Koch
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/linearsolver-parallel