From 7304f07757ad5696572dc0aeb284a9b8c67bbf73 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 24 Apr 2011 19:29:44 +0000 Subject: [PATCH] Fix formula markup. git-svn-id: https://svn.dealii.org/trunk@23643 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_values.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_values.h b/deal.II/include/deal.II/fe/fe_values.h index 2f1cfa4911..fff75531d4 100644 --- a/deal.II/include/deal.II/fe/fe_values.h +++ b/deal.II/include/deal.II/fe/fe_values.h @@ -1010,10 +1010,10 @@ namespace FEValuesViews * divergence of a symmetric tensor * $S_{ij}, 0\le i,j<\text{dim}$ is * defined as - * $d_i = \sum_j \frac{\partial S_{ij}{\partial x_j}, + * $d_i = \sum_j \frac{\partial S_{ij}}{\partial x_j}, * 0\le i<\text{dim}$, * which due to the symmetry of the tensor is also - * $d_i = \sum_j \frac{\partial S_{ji}{\partial x_j}$. + * $d_i = \sum_j \frac{\partial S_{ji}}{\partial x_j}$. * In other words, it due to the symmetry * of $S$ it does not matter whether * we apply the nabla operator by row -- 2.39.5