Skip to content
Snippets Groups Projects

istl AMG preconditioner added

Merged Praetorius, Simon requested to merge feature/istl_amg into master

The dune-istl AMG method is available as precondition. The corresponding initfile parameters are

[...]->solver->precon: [amg,fastamg]
[...]->solver->precon->smoother: [jacobi,sor,ssor] % later more smoothers can be added

[...]->solver->precon->[...] % general amg parameters, see Dune::Amg::Parameters
[...]->solver->precon->coarsening->[...] % Parameters of Dune::Amg::CoarseningParameters
[...]->solver->precon->aggregation->[...] % Parameters of Dune::Amg::AggregationParameters
[...]->solver->precon->dependency->[...] % Parameters of Dune::Amg::DependencyParameters
[...]->solver->precon->smoother->[...] % Parameters of Dune::Amg::DefaultSmootherArgs

See amdis/linearalgebra/istl/AMGPrecon.hpp for a detailed list of parameters. The parameter names follow the variable names in the Dune Parameters class.

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Praetorius, SimonPraetorius, Simon 5 years ago (Apr 26, 2019 11:21am UTC)

Merge details

  • Changes merged into with b0713779.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading