]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed some issues with step-60 doc.
authorLuca Heltai <luca.heltai@sissa.it>
Thu, 10 May 2018 07:25:50 +0000 (09:25 +0200)
committerMatthias Maier <tamiko@43-1.org>
Thu, 10 May 2018 11:18:33 +0000 (06:18 -0500)
doc/doxygen/tutorial/tutorial.h.in
examples/step-60/doc/intro.dox
examples/step-60/step-60.cc

index 68a85a50cc39e78b50fd5c81e4d1309de78799f0..cd2cade0e0452216a3f84588d0abb0991c9902f4 100644 (file)
  *       step-43,
  *       step-55,
  *       step-56,
- *       step-57
+ *       step-57,
+ *       step-60
  *     </td>
  *   </tr>
  *
  *   <tr valign="top">
  *     <td> Linear operators
  *     </td>
- *     <td>step-44</td>
+ *     <td>
+ *       step-44,
+ *       step-60
+ *     </td>
  *   </tr>
  *
  * </table>
index 9bdf2cfde3e763deb16ab79cc7f6e9fa878074d2..d61317a6d79d91c27332de7bbb988417272b88c3 100644 (file)
@@ -62,10 +62,10 @@ dimension of the embedding domain $\Omega$ (`spacedim`).
 We are going to solve the following differential problem: given a sufficiently
 regular function $g$ on $\Gamma$, find the solution $u$ to
 
-@f{eqnarray*}
-- \Delta u + \gamma^T \lambda &=& 0 & \text{ in } \Omega\\
-\gamma u &=& g  \text{ in } \Gamma \\
-u & = & 0 \text{ on } \partial\Omega.
+@f{eqnarray*}{
+- \Delta u + \gamma^T \lambda &=& 0  \text{ in } \Omega\\
+\gamma u &=& g  \text{ in } \Gamma \\
+u & = & 0 \text{ on } \partial\Omega.
 @f}
 
 This is a constrained problem, where we are looking for a harmonic function $u$
@@ -97,9 +97,9 @@ Q(\Gamma)$, integrating by parts when possible, and exploiting the boundary
 conditions on $\partial\Omega$, we obtain the following variational problem:
 
 Given a sufficiently regular function $g$ on $\Gamma$, find the solution $u$ to
-@f{eqnarray*}
-(\nabla u, \nabla v)_{\Omega} + (\lambda, \gamma v)_{\Gamma} &=& 0 & \forall v \in V(\Omega) \\
-(\gamma u, q)_{\Gamma} &=& (g,q)_{\Gamma}  \forall q \in Q(\Gamma),
+@f{eqnarray*}{
+(\nabla u, \nabla v)_{\Omega} + (\lambda, \gamma v)_{\Gamma} &=& 0 \qquad \forall v \in V(\Omega) \\
+(\gamma u, q)_{\Gamma} &=& (g,q)_{\Gamma} \qquad \forall q \in Q(\Gamma),
 @f}
 
 where $(\cdot, \cdot)_{\Omega}$ and $(\cdot, \cdot)_{\Gamma}$ represent,
@@ -207,10 +207,10 @@ G
 
 where
 
-@f{eqnarray*}
-K_{ij} &:=& (\nabla v_j, \nabla v_i)_\Omega   & i,j=1,\dots,n \\
-C_{\alpha j} &:=& (v_j, q_\alpha)_\Gamma  &j=1,\dots,n, \alpha = 1,\dots, m \\\\
-G_{\alpha} &:=& (g, q_\alpha)_\Gamma & \alpha = 1,\dots, m.
+@f{eqnarray*}{
+K_{ij} &:=& (\nabla v_j, \nabla v_i)_\Omega   \qquad i,j=1,\dots,n \\
+C_{\alpha j} &:=& (v_j, q_\alpha)_\Gamma  \qquad j=1,\dots,n, \alpha = 1,\dots, m \\\\
+G_{\alpha} &:=& (g, q_\alpha)_\Gamma \qquad \alpha = 1,\dots, m.
 @f}
 
 While the matrix $K$ is the standard stiffness matrix for the Poisson problem on
@@ -242,9 +242,9 @@ of the matrix $C$.
 To evaluate $(v_j \circ F_{K}) (\hat x_i)$ the following steps needs to be
 taken (as shown in the picture below):
 
-- For a given cell $K$ in $\Gamma$ compute the real point $y_i \coloneqq F_{K}
-(\hat x_i)$, where $x_i$ is one of the quadrature points used for the integral
-on $K \subseteq \Gamma$.
+- For a given cell $K$ in $\Gamma$ compute the real point $y_i := F_{K} (\hat
+x_i)$, where $x_i$ is one of the quadrature points used for the integral on $K
+\subseteq \Gamma$.
 
 - Find the cell of $\Omega$ in which $y_i$ lies. We shall call this element $T$.
 
index 627bb3e817e49d4f604b70900e0737cfd416636a..c71ff2b32c67fa0263e1eb82d5c0291803ad0189 100644 (file)
@@ -436,6 +436,7 @@ namespace Step60
   // organized as follows:
   //
   // @code
+  // # Example parameter file
   // subsection first
   //   subsection second
   //     subsection third
@@ -457,6 +458,7 @@ namespace Step60
   // absolute one (e.g. `ParameterAcceptor("/first/second/third/My Other Class")`),
   // obtaining:
   // @code
+  // # Example parameter file
   // subsection first
   //   subsection second
   //     subsection third
@@ -479,6 +481,7 @@ namespace Step60
   // resulting parameter file will look like:
   //
   // @code
+  // # Example parameter file
   // subsection first
   //   subsection second
   //     subsection third

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.