]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-17: update links. 18600/head
authorDavid Wells <drwells@email.unc.edu>
Mon, 30 Jun 2025 03:04:29 +0000 (23:04 -0400)
committerDavid Wells <drwells@email.unc.edu>
Mon, 30 Jun 2025 03:04:44 +0000 (23:04 -0400)
examples/step-17/doc/intro.dox

index 7ea6cdb8fc1f88338f3d2669b2a38768ef109491..0ee66716ef152dc479f23c42a50bc9dbbdb3e279 100644 (file)
@@ -6,20 +6,20 @@
 This program does not introduce any new mathematical ideas; in fact, all it does
 is to do the same computations that step-8 already does, but it does so in a
 different manner.  Instead of using deal.II's linear algebra classes, we build
-everything on top of classes deal.II provides that wrap around the linear algebra implementation of the <a
-href="http://www.mcs.anl.gov/petsc/" target="_top">PETSc</a> library. And
-since PETSc allows the distribution of matrices and vectors across several
+everything on top of classes deal.II provides that wrap around the linear algebra
+(matrices, vectors, and linear solvers) objects of [PETSc](https://petsc.org).
+And since PETSc allows the distribution of matrices and vectors across several
 computers within an MPI network, the resulting code will even be capable of
 solving the problem in %parallel. If you don't know what PETSc is, then this
 would be a good time to take a quick glimpse at their homepage.
 
 As a prerequisite of this program, you need to have PETSc installed, and if
-you want to run in %parallel on a cluster,we recommend using <a
-href="http://www-users.cs.umn.edu/~karypis/metis/index.html"
-target="_top">METIS</a> to partition meshes. If METIS is not available then
-this program will use a less efficient mesh partitioner which is built-in to deal.II.
-The installation of deal.II together with these two additional libraries is
-described in the <a href="../../readme.html" target="body">README</a> file.
+you want to run in %parallel on a cluster, we recommend using
+[METIS](https://karypis.github.io/) to partition
+meshes. If METIS is not available then this program will use a less efficient
+mesh partitioner which is built-in to deal.II. The installation of deal.II
+together with these two additional libraries is described in the
+[README](../../readme.html) file.
 
 Now, for the details: as mentioned, the program does not compute anything new,
 so the use of finite element classes, etc., is exactly the same as before. The

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.