From: Wolfgang Bangerth Date: Fri, 13 Mar 2015 13:19:06 +0000 (-0500) Subject: Augment a changelog entry to say where the user can find this class. X-Git-Tag: v8.3.0-rc1~375^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F663%2Fhead;p=dealii.git Augment a changelog entry to say where the user can find this class. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 28ad3ff801..c52069718a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -382,7 +382,8 @@ inconvenience this causes. (Wolfgang Bangerth, 2015/03/13) -
  • New: Add MueLu preconditioner from Trilinos. This is a new algebraic +
  • New: Add MueLu preconditioner from Trilinos through the class + TrilinosWrappers::PreconditionAMGMueLu. This is a new algebraic multigrid package. The input parameters are almost the same as the ones from ML so that the two preconditioners can be easily swapped.