From: bangerth Date: Wed, 13 Apr 2011 03:37:52 +0000 (+0000) Subject: Fix formula markup. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d920c5b7205104ed38d334bc88e8b6dc7a957b4;p=dealii-svn.git Fix formula markup. git-svn-id: https://svn.dealii.org/trunk@23584 0785d39b-7218-0410-832d-ea1e28bc413d --- 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

+