From 903a9e25b9a30e467ff8a9cbcc01a409f510f0dd Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 25 Sep 2008 13:28:18 +0000 Subject: [PATCH] Fix totally botched sentence. git-svn-id: https://svn.dealii.org/trunk@17007 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/vector_valued.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/doxygen/headers/vector_valued.h b/deal.II/doc/doxygen/headers/vector_valued.h index 93c4ec0e5a..4fbda7dc07 100644 --- a/deal.II/doc/doxygen/headers/vector_valued.h +++ b/deal.II/doc/doxygen/headers/vector_valued.h @@ -355,12 +355,10 @@ * is a Tensor@<2,dim@>, i.e. a matrix $G_{ij}$ that consits * of entries $G_{ij}=\frac{\partial\phi_i}{\partial x_j}$. Finally, * both scalar and vector views can be asked for the second derivatives - * ("Hessians"); vector views can also be queried for the - * symmetric gradients as well as the divergence (as we do in the - * example), the latter former a tensor of rank 3, the latter a scalar. - * Finally, vector views can be asked for the symmetric gradient, + * ("Hessians") and vector views can be asked for the symmetric gradient, * defined as $S_{ij}=\frac 12 \left[\frac{\partial\phi_i}{\partial x_j} - * + \frac{\partial\phi_j}{\partial x_i}\right]$. + * + \frac{\partial\phi_j}{\partial x_i}\right]$ as well as the + * divergence $\sum_{d=0}^{dim-1} \frac{\partial\phi_d}{\partial x_d}$. * * Other examples of using extractors and views are shown in tutorial programs * @ref step_21 "step-21", -- 2.39.5