From cab40d2b00734d289fab59ef8b383dd23a9c1c41 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 9 Feb 2006 02:51:00 +0000 Subject: [PATCH] Small changes git-svn-id: https://svn.dealii.org/trunk@12273 0785d39b-7218-0410-832d-ea1e28bc413d --- .../chapter-2.step-by-step/step-7.data/intro.html | 9 ++++++++- .../chapter-2.step-by-step/step-7.data/intro.tex | 8 +++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-7.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-7.data/intro.html index af75620965..d29257d4fc 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-7.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-7.data/intro.html @@ -4,7 +4,8 @@

In this program, we will mainly consider two aspects:

Besides these topics, again a variety of improvements and tricks will be shown. @@ -88,6 +89,12 @@ solution for one (or, if one wants to be really sure: many) specifically chosen right hand sides, we can be rather confident that it will also compute the correct solution for problems where we don't know the exact values. +

+In addition to simply computing these quantities, we will show how to generate +nicely formatted tables from the data generated by this program that +automatically computes convergence rates etc. In addition, we will compare +different strategies for mesh refinement. +

diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-7.data/intro.tex b/deal.II/doc/tutorial/chapter-2.step-by-step/step-7.data/intro.tex index 2bebc4f5bd..ec8d95ea03 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-7.data/intro.tex +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-7.data/intro.tex @@ -4,7 +4,8 @@ In this program, we will mainly consider two aspects: \begin{itemize} -\item Verification of correctness of the program; +\item Verification of correctness of the program and generation of convergence +tables; \item Non-homogeneous Neumann boundary conditions for the Helmholtz equation. \end{itemize} Besides these topics, again a variety of improvements and tricks will be @@ -70,6 +71,11 @@ solution for one (or, if one wants to be really sure: many) specifically chosen right hand sides, we can be rather confident that it will also compute the correct solution for problems where we don't know the exact values. +In addition to simply computing these quantities, we will show how to generate +nicely formatted tables from the data generated by this program that +automatically computes convergence rates etc. In addition, we will compare +different strategies for mesh refinement. + \paragraph{Non-homogeneous Neumann boundary conditions.} The second, totally unrelated, subject of this example program is the use of non-homogeneous -- 2.39.5