From: Daniel Arndt Date: Mon, 3 Feb 2020 19:36:14 +0000 (-0600) Subject: Fix indentation X-Git-Tag: v9.2.0-rc1~574^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4871e7890c44ef36426e621f96583d44c05519e1;p=dealii.git Fix indentation --- diff --git a/examples/step-7/doc/intro.dox b/examples/step-7/doc/intro.dox index d54e667f9b..2ea9ed55e3 100644 --- a/examples/step-7/doc/intro.dox +++ b/examples/step-7/doc/intro.dox @@ -29,7 +29,7 @@ verification which is a very complicated problem. Rather we will demonstrate the tools which deal.II can offer in this respect. This is basically centered around the functionality of a single function, VectorTools::integrate_difference(). This function computes the difference between a given continuous function and -a finite element field in various norms on each cell. +a finite element field in various norms on each cell. Of course, like with any other integral, we can only evaluate these norms using quadrature formulas; the choice of the right quadrature formula is therefore crucial to the accurate evaluation of the error. This holds in particular for the $L_\infty$