From 1a7a7a5977bc0edeb7c8570aed1d3e54d3fb1380 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 29 May 2012 14:00:04 +0000 Subject: [PATCH] Improve a formula. git-svn-id: https://svn.dealii.org/trunk@25555 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_tools.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/include/deal.II/dofs/dof_tools.h b/deal.II/include/deal.II/dofs/dof_tools.h index 00728695da..2d33d4ad62 100644 --- a/deal.II/include/deal.II/dofs/dof_tools.h +++ b/deal.II/include/deal.II/dofs/dof_tools.h @@ -524,11 +524,13 @@ namespace DoFTools * following pattern of * couplings: * @f[ + * \left[ * \begin{array}{ccc} * 1 & 0 & 1 \\ * 0 & 1 & 1 \\ * 1 & 1 & 0 * \end{array} + * \right] * @f] * where "1" indicates that two * variables (i.e. components of -- 2.39.5