From 20e8f1ac9347c6bf037fd0b1fc17e53df3f1ef63 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 24 Dec 2019 10:12:52 -0700 Subject: [PATCH] Hook step-71 into the tutorial page. --- doc/doxygen/tutorial/tutorial.h.in | 31 +++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index 256136ef94..7ba930005e 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -511,6 +511,12 @@ * advanced manifold operations. * * + * + * step-71 + * Solving the fourth-order biharmonic equation using the $C^0$ + * Interior Penalty (C0IP) method. + * + * * * * @@ -532,7 +538,7 @@ * * * - * Solve the Laplace equation + * Solving the Laplace equation * step-3 * * @@ -732,7 +738,8 @@ * step-46, * step-51, * step-59, - * step-61 + * step-61, + * step-71 * * * @@ -840,6 +847,18 @@ * * * + * Direct solvers + * + * + * step-29, + * step-44, + * step-46, + * step-62, + * step-71 + * + * + * + * * Multilevel preconditioners * * @@ -950,7 +969,7 @@ * * * - * The heat equation + * Heat equation * * * step-26 @@ -1047,6 +1066,12 @@ * * * + * Fourth-order biharmonic equation + * + * step-71 + * + * + * * The obstacle problem, a variational inequality * * -- 2.39.5