From: Wolfgang Bangerth Date: Fri, 17 Aug 2018 22:37:25 +0000 (-0600) Subject: Fix links to pages that no longer exist. X-Git-Tag: v9.1.0-rc1~811^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7642938522c6ff0ca0e4d7ada59274415e8f27c5;p=dealii.git Fix links to pages that no longer exist. Also use valid HTML. --- diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index c5a0f6ed74..6a51d7c925 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -1548,12 +1548,14 @@ namespace TrilinosWrappers * linear system with the given matrix. The function uses the matrix * format specified in TrilinosWrappers::SparseMatrix. * - * This function is similar to the one above, but allows the user to set - * all the options of the Trilinos ML preconditioner. In order to find out - * about all the options for ML, we refer to the ML user's - * guide. In particular, users need to follow the ML instructions in - * case a vector-valued problem ought to be solved. + * This function is similar to the one above, but allows the user + * to set all the options of the Trilinos ML preconditioner. In + * order to find out about all the options for ML, we refer to the + * ML + * documentation page. In particular, users need to follow the + * ML instructions in case a vector-valued problem ought to be + * solved. */ void initialize(const SparseMatrix & matrix, @@ -1807,11 +1809,13 @@ namespace TrilinosWrappers * linear system with the given matrix. The function uses the matrix * format specified in TrilinosWrappers::SparseMatrix. * - * This function is similar to the one above, but allows the user to set - * most of the options of the Trilinos ML preconditioner. In order to find - * out about all the options for ML, we refer to the ML user's - * guide. Not all ML options have a corresponding MueLu option. + * This function is similar to the one above, but allows the user + * to set most of the options of the Trilinos ML + * preconditioner. In order to find out about all the options for + * ML, we refer to the ML + * documentation page. Not all ML options have a corresponding + * MueLu option. */ void initialize(const SparseMatrix & matrix, diff --git a/include/deal.II/lac/trilinos_solver.h b/include/deal.II/lac/trilinos_solver.h index 7e5a491dfa..a91cb3c3a3 100644 --- a/include/deal.II/lac/trilinos_solver.h +++ b/include/deal.II/lac/trilinos_solver.h @@ -50,8 +50,9 @@ namespace TrilinosWrappers * derived classes simply set the right flags to select one solver or * another, or to set certain parameters for individual solvers. For a * general discussion on the Trilinos solver package AztecOO, we refer to - * the AztecOO user guide. + * the AztecOO + * user guide. * * This solver class can also be used as a standalone class, where the * respective Krylov method is set via the flag solver_name. This