From: wolf Date: Mon, 24 Sep 2001 09:03:29 +0000 (+0000) Subject: Fix thinko. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58d2764eb38a1c3d35824958bc490f282f79d1a;p=dealii-svn.git Fix thinko. git-svn-id: https://svn.dealii.org/trunk@5034 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.html index 53dd2763f5..87ffeb63af 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.html @@ -99,7 +99,7 @@ we have solved this problem several times, using Dirichlet boundary values, and we only need to drop the treatment of Dirichlet boundary nodes. The use of higher order mappings is also rather trivial and will be explained at the various places where we use it; in almost all conceivable cases, you will only -consider the objects describing mappings as a black box which you need to +consider the objects describing mappings as a black box which you need not worry about, because their only uses seem to be to be passed to places deep inside the library where functions know how to handle them (i.e. in the FEValues classes and their descendents). diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.tex b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.tex index 79adfde4f5..67a35fbb44 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.tex +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.tex @@ -55,7 +55,7 @@ we have solved this problem several times, using Dirichlet boundary values, and we only need to drop the treatment of Dirichlet boundary nodes. The use of higher order mappings is also rather trivial and will be explained at the various places where we use it; in almost all conceivable cases, you will only -consider the objects describing mappings as a black box which you need to +consider the objects describing mappings as a black box which you need not worry about, because their only uses seem to be to be passed to places deep inside the library where functions know how to handle them (i.e. in the \texttt{FEValues} classes and their descendents).