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 95
    • Issues 95
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 91
    • Merge requests 91
  • 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
  • !218

[implicit][propertydefaults] set AMG as default linear solver

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timo Koch requested to merge feature/defaulttoamg into master Sep 28, 2016
  • Overview 1
  • Commits 2
  • Changes 4

The default linear solver is set to AMG. The solver is parallel in contrast to the current default sequential solver and shows the best performance in a wide range of problems.

After changing this, some tests failed. If the differences in the solution were in the order of machine epsilon, the zero threshold value has been adjusted.

In the remaining cases the origin of the tests to fail after changing the linear solver could not be detected and the original linear solver has been set as a property for these tests. (it quite possibly has to be a bug in the models as the same jacobian should lead to the same solution, the newton convergence criteria were tried in the most precise configuration and there were still differences)

TODO

  • test corner point grid

This fixes #325 (closed).

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/defaulttoamg