From 20b76fed84f194185976bed1d38290e68a049278 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 23 Sep 2012 14:43:19 +0000 Subject: [PATCH] Fix bad markup. git-svn-id: https://svn.dealii.org/trunk@26643 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/vector_valued.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/headers/vector_valued.h b/deal.II/doc/doxygen/headers/vector_valued.h index 6045cc59fb..71e07f9c58 100644 --- a/deal.II/doc/doxygen/headers/vector_valued.h +++ b/deal.II/doc/doxygen/headers/vector_valued.h @@ -128,6 +128,7 @@ * & (\nabla u_2,\nabla v_2) && = (f_2, v_2) * \\ * && (\nabla u_3,\nabla v_3) & = (f_3, v_3) + * \end{matrix} * @f] * where we used the standard inner product notation $(\mathbf * f,\mathbf g) = @@ -184,7 +185,7 @@ * \end{pmatrix}^T * \begin{pmatrix} f_1 \\ f_2 \\ f_3\end{pmatrix} * @f] - * + * *

Mixed elliptic problems

* Now, let us * consider a more complex example, the mixed Laplace equations discussed in -- 2.39.5