Skip to content
GitLab
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 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 92
    • Merge requests 92
  • 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
  • !1839

Added first version of generic factory using istl solver factory.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Markus Blatt requested to merge blattms/dumux:feature/parallel-solver-factories into master Jan 23, 2020
  • Overview 57
  • Commits 5
  • Pipelines 0
  • Changes 6

*Adds a generic backend that is configurable via parameters:

This is still work in progress and not fully tested, yet. Compiles, did not test running yet.

*Based on MR 349 in dune-istl

Configuration parameters (Dumux style are)

  • Verbosity
  • MaxIterations
  • ResidualReduction
  • Type
  • Restart
  • MaxOrthogonalizationVectors
  • PreconditionerVerbosity
  • PreconditionerType
  • PreconditionerIterations
  • PreconditionerRelaxation
  • ILUOrder
  • ILUResort
  • AmgSmootherRelaxation
  • AmgSmootherIterations
  • AmgMaxLevel
  • AmgCoarsenTarget
  • AmgProlongationDampingFactor
  • AmgAlpha
  • AmgBetaAmgAdditive
  • AmgGamma
  • AmgPreSmoothingSteps
  • AmgPostSmoothingSteps
  • AmgCriterionSymmetric
  • AmgStrengthMeasure
  • AmgDiagonalRowIndex
Edited Jan 27, 2020 by Markus Blatt
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/parallel-solver-factories