From: Wolfgang Bangerth Date: Fri, 17 Aug 2018 02:44:47 +0000 (-0600) Subject: Fix links to the trilinos website. X-Git-Tag: v9.1.0-rc1~811^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c8f56226ed87e39aadb3205b36596d805127624;p=dealii.git Fix links to the trilinos website. --- diff --git a/doc/readme.html b/doc/readme.html index b2c4079671..6751ee266b 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -595,10 +595,21 @@

-
Trilinos
+
Trilinos

- Trilinos is a library for parallel linear algebra and all sorts of other things as well. To interface with a self compiled version of Trilinos add -DTRILINOS_DIR=/path/to/trilinos to the argument list for cmake. Alternatively, you can also set an environment variable TRILINOS_DIR and cmake will pick up this path. + Trilinos is a library for + parallel linear algebra and all sorts of other + things as well. To interface with a self compiled + version of Trilinos + add -DTRILINOS_DIR=/path/to/trilinos + to the argument list + for cmake. Alternatively, you can + also set an environment + variable TRILINOS_DIR + and cmake will pick up this path.

diff --git a/examples/step-31/doc/intro.dox b/examples/step-31/doc/intro.dox index 96055a1093..d7f8fc8567 100644 --- a/examples/step-31/doc/intro.dox +++ b/examples/step-31/doc/intro.dox @@ -957,7 +957,7 @@ multigrid have been removed. In much the same way as we used PETSc to support our linear algebra needs in step-17 and step-18, we use interfaces to the Trilinos library (see the +href="http://trilinos.org">Trilinos library (see the deal.II README file for installation instructions) in this program. Trilinos is a very large collection of everything that has to do with linear and nonlinear algebra, as well as all diff --git a/examples/step-33/doc/intro.dox b/examples/step-33/doc/intro.dox index f1b667af51..16b58b0f2e 100644 --- a/examples/step-33/doc/intro.dox +++ b/examples/step-33/doc/intro.dox @@ -16,7 +16,7 @@ too much trouble. Note:The program uses the Trilinos linear solvers (which +href="http://trilinos.org">Trilinos linear solvers (which are part of the Aztec/Amesos package of Trilinos) and an automatic differentiation package, Sacado, also part of Trilinos. deal.II must be configured to use this package. Refer to the Trilinos framework +href="http://trilinos.org" target="_top">Trilinos framework and offers a C++ template class Sacado::Fad::DFad (Fad standing for "forward automatic differentiation") that supports basic arithmetic operators and diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index 81a00643c9..c5a0f6ed74 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -1551,7 +1551,7 @@ namespace TrilinosWrappers * 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 + * href=http://trilinos.org/packages/ml/mlguide5.pdf>ML user's * guide. In particular, users need to follow the ML instructions in * case a vector-valued problem ought to be solved. */ @@ -1810,7 +1810,7 @@ namespace TrilinosWrappers * 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 + * href=http://trilinos.org/packages/ml/mlguide5.pdf>ML user's * guide. Not all ML options have a corresponding MueLu option. */ void diff --git a/include/deal.II/lac/trilinos_solver.h b/include/deal.II/lac/trilinos_solver.h index eb12a05f11..7e5a491dfa 100644 --- a/include/deal.II/lac/trilinos_solver.h +++ b/include/deal.II/lac/trilinos_solver.h @@ -50,7 +50,7 @@ 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. * * This solver class can also be used as a standalone class, where the