From 7642938522c6ff0ca0e4d7ada59274415e8f27c5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 17 Aug 2018 16:37:25 -0600 Subject: [PATCH] Fix links to pages that no longer exist. Also use valid HTML. --- include/deal.II/lac/trilinos_precondition.h | 26 ++++++++++++--------- include/deal.II/lac/trilinos_solver.h | 5 ++-- 2 files changed, 18 insertions(+), 13 deletions(-) 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 -- 2.39.5