From: wolf Date: Tue, 6 Apr 2004 23:33:31 +0000 (+0000) Subject: Add a paragraph. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76526c6a009c8b95a44e673d10c9ab2fa63e4d23;p=dealii-svn.git Add a paragraph. git-svn-id: https://svn.dealii.org/trunk@8983 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 6074cbf92d..ed5d996e85 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 @@ -693,3 +693,9 @@ Likewise, the contribution of cell This is the form in which we will implement the local stiffness matrix and right hand side vectors. + +

+As a final note: in the step-17 example program, we will revisit the elastic +problem laid out here, and will show how to solve it in parallel on a cluster +of computers. The resulting problem will thus be able to solve this problem to +significantly higher accuracy, and more efficiently if this is required. 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 e744bfc739..301d4132bb 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 @@ -329,6 +329,10 @@ Likewise, the contribution of cell $K$ to the right hand side vector is This is the form in which we will implement the local stiffness matrix and right hand side vectors. +As a final note: in the step-17 example program, we will revisit the elastic +problem laid out here, and will show how to solve it in parallel on a cluster +of computers. The resulting problem will thus be able to solve this problem to +significantly higher accuracy, and more efficiently if this is required. \end{document}