Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Merge requests
!24
[doc] add reference to KAMG paper
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[doc] add reference to KAMG paper
feature/kamg-reference
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Christian Engwer
requested to merge
feature/kamg-reference
into
master
9 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
fix
#1 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6f6e5936
1 commit,
9 years ago
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dune/istl/paamg/kamg.hh
+
3
−
0
Options
@@ -125,6 +125,9 @@ namespace Dune
/**
* @brief an algebraic multigrid method using a Krylov-cycle.
*
* The implementation is based on the paper
* [[Notay and Vassilevski, 2007]](http://onlinelibrary.wiley.com/doi/10.1002/nla.542/abstract)
*
* @tparam M The type of the linear operator.
* @tparam X The type of the range and domain.
* @tparam PI The parallel information object. Use SequentialInformation (default)
Loading