diff --git a/dune/istl/paamg/kamg.hh b/dune/istl/paamg/kamg.hh index efdfd8e6f3d84724170e71575b6a085d115765b9..2514f526c38fb18443a55a55460307b4de826b33 100644 --- a/dune/istl/paamg/kamg.hh +++ b/dune/istl/paamg/kamg.hh @@ -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)