From: bangerth Date: Thu, 22 Oct 2009 13:18:01 +0000 (+0000) Subject: Fix name of equations. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75a5b49e37ec0c103291342ae8f4294d10a9c03;p=dealii-svn.git Fix name of equations. git-svn-id: https://svn.dealii.org/trunk@19984 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/toc.html b/deal.II/doc/doxygen/tutorial/toc.html index 5a2d3a6319..508bf9752d 100644 --- a/deal.II/doc/doxygen/tutorial/toc.html +++ b/deal.II/doc/doxygen/tutorial/toc.html @@ -119,7 +119,7 @@ the geodynamics Step-8 - The elastic equations will be + The elasticity equations will be solved instead of Laplace's equation. The solution is vector-valued and the equations form a system with as many equations as the dimension of the space in which it is posed. @@ -284,7 +284,7 @@ the geodynamics Step-37 - Implementing matrix-vector products without explicitly + Implementing matrix-vector products without explicitly storing the matrix elements (a matrix-free method).