Skip to content
Snippets Groups Projects
Commit 9bf96e07 authored by Christian Engwer's avatar Christian Engwer Committed by Steffen Müthing
Browse files

Merge branch 'feature/kamg-reference' into 'master'


[doc] add reference to KAMG paper

fix #1

See merge request !24
(cherry picked from commit 4477d811)

Signed-off-by: default avatarSteffen Müthing <muething@dune-project.org>
parent 8d26a701
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment