From: wolf Date: Tue, 5 Apr 2005 16:00:16 +0000 (+0000) Subject: Add new files. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c411ddefea2176938719fa57802fd8ef4bcdaf3;p=dealii-svn.git Add new files. git-svn-id: https://svn.dealii.org/trunk@10355 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex b/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex new file mode 100644 index 0000000000..ae07804062 --- /dev/null +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex @@ -0,0 +1,16 @@ +\documentclass{article} + +\begin{document} + +This tutorial program is another one in the series on the elasticity problem +that we have already started with step-8 and step-17. It extends it into +two different directions: first, it solves the quasistatic but time +dependent elasticity problem for large deformations with a Lagrangian mesh +movement approach. Secondly, it shows some more techniques for solving such +problems using parallel processing with PETSc's linear algebra; however, as +before in step-17, the program runs just as fine on a single sequential +machine as long as you have PETSc installed. Finally, a good number of +assorted improvements and techniques are demonstrated that have not been shown +yet in previous programs. + +\end{document}