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 101
    • Merge requests 101
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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-repositories
  • dumuxdumux
  • Issues
  • #817
Closed
Open
Created Feb 07, 2020 by Leopold Stadler@leopold.stadlerMaintainer

[parallel] Convergence problems for parallel linear solvers

Bug report

The linear solver (e.g. BiCGSTAB with SSOR) has problems when cell-centered methods are applied for non-linear systems on complex domains.

What happened / Problem description

The linear solver has problems when solving the shallow water equations on grids with a complex geometry (non-rectangular domains). The problem often only converges if one iteration for the preconditioner is applied.

What you expected to happen:

The linear solver should also converge if no/more than one iteration is applied.

How to reproduce it (as minimally and precisely as possible):

I will create an example for the shallow water equations to discuss the problem.

Anything else we need to know?:

I couldn't locate the problem, maybe it would be also good idea test the linear solver for a simple linear equation.

Environment:

  • Dune version: master and dune-istl feature/parallel-solver-factory
  • DuMux version: feature/richards-istl-factory
  • Others:
Edited Feb 07, 2020 by Leopold Stadler
Assignee
Assign to
Time tracking