From: Wolfgang Bangerth Date: Wed, 9 Aug 2017 16:14:18 +0000 (-0600) Subject: Fix markup in heading. X-Git-Tag: v9.0.0-rc1~1322^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4746%2Fhead;p=dealii.git Fix markup in heading. Our scripts, as well as doxygen, need a bit of help here. --- 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