From: schrage Date: Thu, 8 Apr 1999 15:23:06 +0000 (+0000) Subject: Fixed language X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb10ca1da14885a3007975d5ca3e725f1aa8517b;p=dealii-svn.git Fixed language git-svn-id: https://svn.dealii.org/trunk@1100 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-3.laplace/source.html b/deal.II/doc/tutorial/chapter-3.laplace/source.html index 286587a736..568882f545 100644 --- a/deal.II/doc/tutorial/chapter-3.laplace/source.html +++ b/deal.II/doc/tutorial/chapter-3.laplace/source.html @@ -28,7 +28,7 @@ Laplace problem by following the links below:
  • Makefile. Last but not least. You will probably need to edit the variable root defined at the - top of the Makefile. This defines the location of your + top of the Makefile. This variable defines the location of your DEAL directory.

  • diff --git a/deal.II/doc/tutorial/index.html b/deal.II/doc/tutorial/index.html index d07def05e4..d4e6a31eda 100644 --- a/deal.II/doc/tutorial/index.html +++ b/deal.II/doc/tutorial/index.html @@ -34,8 +34,8 @@ advance through the chapters in their proper order. This tutorial contains the complete code for every example program and can be used as a reference, too, if you are looking for code to solve a specific problem with - deal.II. The 0th chapter - Structure of a Finite Element Program can also be used as a reference. + deal.II. The 0th chapter, + Structure of a Finite Element Program, can also be used as a reference.

    On deal.II

    @@ -50,7 +50,7 @@

    Chapter 0: Structure of a Finite Element Program

    -

    (also in a version without frames) +

    (also available in a version without frames)

    We will discuss the various elements needed for a working finite element program and some of the possibilitier @@ -60,7 +60,7 @@

    Chapter 1: The Laplace Problem

    - (also in a version without frames) + (also available in a version without frames)

    We will solve the stationary Laplace problem on a square grid with