From 10f868f07c7406dc2cec71590f3038c0c22253db Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 9 Aug 2017 10:14:18 -0600 Subject: [PATCH] Fix markup in heading. Our scripts, as well as doxygen, need a bit of help here. --- examples/step-56/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-56/doc/intro.dox b/examples/step-56/doc/intro.dox index 41b57dd210..654c08eb75 100644 --- a/examples/step-56/doc/intro.dox +++ b/examples/step-56/doc/intro.dox @@ -44,7 +44,7 @@ detailed description of the difference between the two can be found in step-22, but in summary, the deformation tensor is more physical as well as more expensive). -

Linear Solver and Preconditioning Issues

+

Linear %Solver and Preconditioning Issues

The weak form of the discrete equations naturally leads to the following linear system @@ -182,7 +182,7 @@ case by first distributing degrees of freedom on both, and then using the same sequence of DoFRenumbering operations on both. -

Differences from Step-22

+

Differences from the Step 22 tutorial

The main difference between step-56 and step-22 is that we use block solvers instead of the Schur Complement approach used in -- 2.39.5