From 0d920c5b7205104ed38d334bc88e8b6dc7a957b4 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 13 Apr 2011 03:37:52 +0000 Subject: [PATCH] Fix formula markup. git-svn-id: https://svn.dealii.org/trunk@23584 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-46/doc/intro.dox | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-46/doc/intro.dox b/deal.II/examples/step-46/doc/intro.dox index 32d933b155..4924605b92 100644 --- a/deal.II/examples/step-46/doc/intro.dox +++ b/deal.II/examples/step-46/doc/intro.dox @@ -125,9 +125,9 @@ subspaces defined on the triangulation $\mathbb T$: P_h &= \{ p_h \quad | \quad \forall K \in {\mathbb T}: - p_h|_K \in Q_p\ \text{if}\ K\subset {\Omega_f}}, \quad + p_h|_K \in Q_p\ \text{if}\ K\subset {\Omega_f}, \quad p_h|_{\Omega_f}\ \text{is continuous}, \quad - p_h|_K = 0\ \text{if}\ K\subset {\Omega_s}}\ \} + p_h|_K = 0\ \text{if}\ K\subset {\Omega_s}\ \} && \subset P. @f} In other words, on $\Omega_f$ we choose the usual discrete spaces but @@ -176,3 +176,8 @@ space: & y_h|_{\Omega_f} \in Q_{p+1}^d \times Q_p \times Z^d, \\ & y_h|_{\Omega_f} \in Z^d \times Z \times Q_r^d \}. @f} + + + +

Implementation

+ -- 2.39.5