From 5f935a64c802207daa02393bb4a5c19fbff2e1b3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 9 Aug 2011 14:12:18 +0000 Subject: [PATCH] Minor edits. git-svn-id: https://svn.dealii.org/trunk@24040 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/doc/intro.dox | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/deal.II/examples/step-1/doc/intro.dox b/deal.II/examples/step-1/doc/intro.dox index d50235226c..688613a0db 100644 --- a/deal.II/examples/step-1/doc/intro.dox +++ b/deal.II/examples/step-1/doc/intro.dox @@ -42,8 +42,9 @@ different levels: name get a link to the modules this class is a member of if you want to learn more about its context. -Let's come back to the tutorial, since this is the first step of -it. Each tutorial program is subdivided into the following sections: +Let's come back to the tutorial, since you are looking at the first program +(or "step") of it. Each tutorial program is subdivided into the following +sections:
  1. Introduction: This is a discussion of what the program does, including the mathematical model, and @@ -88,9 +89,10 @@ needed to run the code and produce the output that is discussed in the When learning the library, you need to play with it and see what happens. To this end, open the examples/step-1/step-1.cc -source file with your favorite editor and modify it in some way (see, -for example, the suggestions at the end of the results section of this -program), save it and run it as above. +source file with your favorite editor and modify it in some way, save it and +run it as above. A few suggestions for possibly modifications are given at the +end of the results section of this program, where we also provide a few links +to other useful pieces of information.

    What this program does

    -- 2.39.5