From 0fa8a403d9c6b0e357640bbab6c1a7b6999ccaec Mon Sep 17 00:00:00 2001 From: zamni Date: Mon, 27 Mar 2000 06:47:28 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@2631 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/step-3.data/intro.html | 2 +- .../doc/tutorial/chapter-2.step-by-step/step-4.data/intro.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-3.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-3.data/intro.html index 8e8e458000..9764566938 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-3.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-3.data/intro.html @@ -3,7 +3,7 @@

This is the first example where we actually use finite elements. We -will solve a simple version of Laplace's equation witht zero boundary +will solve a simple version of Laplace's equation with zero boundary values, but a nonzero right hand side. This example is still quite simple, but it already shows the basic structure of most finite element programs, which are along the following lines: diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-4.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-4.data/intro.html index 2b68184950..7a178dc397 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-4.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-4.data/intro.html @@ -49,7 +49,7 @@ parameter. For example, consider the following piece of code:

At the point where the compiler sees this function, it does not know anything about the value of ``dim'', by now there is a whole zoo of -functions make_grid, one for every possible valueof ``dim''. But since +functions make_grid, one for every possible value of ``dim''. But since the compiler can't know which might be used, it can not compile the function.

-- 2.39.5