From f3a95336493a3a23a5c6852a1978e6eec1c3bcd4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 29 Mar 2021 11:16:58 -0600 Subject: [PATCH] Unify the spelling of a section name in the tutorial programs. We use 'Possibilities for extensions' in about 40 existing tutorial programs. Use the same heading in about a dozen others. --- examples/step-1/doc/results.dox | 2 +- examples/step-16/doc/results.dox | 2 +- examples/step-18/doc/results.dox | 2 +- examples/step-2/doc/results.dox | 2 +- examples/step-22/doc/results.dox | 2 +- examples/step-31/doc/results.dox | 2 +- examples/step-35/doc/results.dox | 2 +- examples/step-49/doc/results.dox | 2 +- examples/step-50/doc/results.dox | 2 +- examples/step-56/doc/results.dox | 2 +- examples/step-64/doc/results.dox | 2 +- examples/step-7/doc/results.dox | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/step-1/doc/results.dox b/examples/step-1/doc/results.dox index 83776a2c26..c9f893a650 100644 --- a/examples/step-1/doc/results.dox +++ b/examples/step-1/doc/results.dox @@ -32,7 +32,7 @@ has found its way into the literature: see @cite Mu05. Apparently it is good for some things at least.) -

Possible extensions

+

Possibilities for extensions

Different adaptive refinement strategies

diff --git a/examples/step-16/doc/results.dox b/examples/step-16/doc/results.dox index 004d6d512a..962560ab34 100644 --- a/examples/step-16/doc/results.dox +++ b/examples/step-16/doc/results.dox @@ -57,7 +57,7 @@ obviously in part due to the simple nature of the problem solved, but it shows the power of multigrid methods. -

Possible extensions

+

Possibilities for extensions

We encourage you to generate timings for the solve() call and compare to diff --git a/examples/step-18/doc/results.dox b/examples/step-18/doc/results.dox index 28f9c16dcb..4d0f61e8cb 100644 --- a/examples/step-18/doc/results.dox +++ b/examples/step-18/doc/results.dox @@ -404,7 +404,7 @@ Without such a formulation we cannot expect anything to make physical sense, even if it produces nice pictures! -

Possible directions for extensions

+

Possibilities for extensions

The program as is does not really solve an equation that has many applications in practice: quasi-static material deformation based on a purely elastic law diff --git a/examples/step-2/doc/results.dox b/examples/step-2/doc/results.dox index 3f2f7542b8..6fa3556c2a 100644 --- a/examples/step-2/doc/results.dox +++ b/examples/step-2/doc/results.dox @@ -26,7 +26,7 @@ nonzero entries is the same in both pictures, of course. -

Possible extensions

+

Possibilities for extensions

Just as with step-1, you may want to play with the program a bit to familiarize yourself with deal.II. For example, in the diff --git a/examples/step-22/doc/results.dox b/examples/step-22/doc/results.dox index af3677b7dc..5fcd81f425 100644 --- a/examples/step-22/doc/results.dox +++ b/examples/step-22/doc/results.dox @@ -278,7 +278,7 @@ is not a good choice in 3D - a full decomposition needs many new entries that -

Possible Extensions

+

Possibilities for extensions

Improved linear solver in 3D

diff --git a/examples/step-31/doc/results.dox b/examples/step-31/doc/results.dox index 6f16187468..e2d8a0307a 100644 --- a/examples/step-31/doc/results.dox +++ b/examples/step-31/doc/results.dox @@ -585,7 +585,7 @@ more accurate; the program therefore uses these higher order elements, despite the penalty we pay in terms of smaller time steps. -

Possible extensions

+

Possibilities for extensions

There are various ways to extend the current program. Of particular interest is, of course, to make it faster and/or increase the resolution of the diff --git a/examples/step-35/doc/results.dox b/examples/step-35/doc/results.dox index 5cb50255c0..9d8ea02f78 100644 --- a/examples/step-35/doc/results.dox +++ b/examples/step-35/doc/results.dox @@ -131,7 +131,7 @@ resolutions, as described below.
-

Possible Extensions

+

Possibilities for extensions

This program can be extended in the following directions: