diff --git a/dune/istl/paamg/kamg.hh b/dune/istl/paamg/kamg.hh index a44ad07461a389626431aa054dc4e4af88f1daf3..ef3a475185871183e241c67b8979d97fbf783e7e 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)