From 09716e3bfbe9310f1f969206953852e7b1c539e1 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 17 Jul 2000 08:07:55 +0000 Subject: [PATCH] Small changes. git-svn-id: https://svn.dealii.org/trunk@3170 0785d39b-7218-0410-832d-ea1e28bc413d --- .../chapter-2.step-by-step/step-8.data/intro.html | 2 +- .../tutorial/chapter-2.step-by-step/step-8.data/intro.tex | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.html index 410ff56d54..e7dab3e8d5 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.html @@ -5,7 +5,7 @@

In real life, most partial differential equations are really systems of equations. Accordingly, the solutions are usually -vector-valued. The deal.II library supports such problems we will show +vector-valued. The deal.II library supports such problems, and we will show that that is mostly rather simple. The only more complicated problems are in assembling matrix and right hand side, but these are easily understood as well. diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.tex b/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.tex index 948c84fea2..3a8fb5f998 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.tex +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.tex @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% intro.h was generated from this file +%% intro.html was generated from this file %% with latex2html and some handwork %% (copying out the relevant parts from the %% generated html file, replacing IMG= @@ -15,7 +15,7 @@ In real life, most partial differential equations are really systems of equations. Accordingly, the solutions are usually -vector-valued. The deal.II library supports such problems we will show +vector-valued. The deal.II library supports such problems, and we will show that that is mostly rather simple. The only more complicated problems are in assembling matrix and right hand side, but these are easily understood as well. @@ -30,7 +30,7 @@ $$ - \partial_j (c_{ijkl} \partial_k u_l) = - 0, + f_i, \qquad i=1\ldots d, $$ @@ -53,7 +53,7 @@ $$ - (\nabla \cdot \mu \nabla) \vec u = - 0, + \vec f, $$ and the respective bilinear form is then $$ -- 2.39.5