From 4744ee5e77b45f828a6111966aa1c329fd87df26 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 26 Oct 2007 01:05:13 +0000 Subject: [PATCH] Fix a number of issues. git-svn-id: https://svn.dealii.org/trunk@15379 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-2/doc/intro.dox | 2 +- deal.II/examples/step-20/doc/intro.dox | 4 ++-- deal.II/examples/step-8/doc/intro.dox | 3 ++- deal.II/examples/step-9/doc/intro.dox | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/deal.II/examples/step-2/doc/intro.dox b/deal.II/examples/step-2/doc/intro.dox index b9dd70b6e0..ebd20f45d5 100644 --- a/deal.II/examples/step-2/doc/intro.dox +++ b/deal.II/examples/step-2/doc/intro.dox @@ -3,7 +3,7 @@ After we have created a grid in the previous example, we now show how to define degrees of freedom on this mesh. For this example, we -will use the lowest order (Q1) finite elements, for which the degrees +will use the lowest order ($Q_1$) finite elements, for which the degrees of freedom are associated with the vertices of the mesh. Later examples will demonstrate higher order elements where degrees of freedom are not necessarily associated with vertices any more, but can be associated diff --git a/deal.II/examples/step-20/doc/intro.dox b/deal.II/examples/step-20/doc/intro.dox index c596f84855..46f0756d03 100644 --- a/deal.II/examples/step-20/doc/intro.dox +++ b/deal.II/examples/step-20/doc/intro.dox @@ -287,8 +287,8 @@ for (unsigned int q=0; qFiniteElement::system_to_component_index etc. diff --git a/deal.II/examples/step-9/doc/intro.dox b/deal.II/examples/step-9/doc/intro.dox index 93caff4b43..b5d501921b 100644 --- a/deal.II/examples/step-9/doc/intro.dox +++ b/deal.II/examples/step-9/doc/intro.dox @@ -166,13 +166,13 @@ the following domain and functions (in $d=2$ space dimensions): @f} For $d>2$, we extend $\beta$ and ${\mathbf x}_0$ by the same as the last component. Regarding these functions, we have the following -annotations: +comments:
  1. The advection field $\beta$ transports the solution roughly in diagonal direction from lower left to upper right, but with a wiggle structure superimposed.
  2. The right hand side adds to the field generated by the inflow -boundary conditions a bulb in the lower left corner, which is then +boundary conditions a blob in the lower left corner, which is then transported along.
  3. The inflow boundary conditions impose a weighted sinusoidal structure that is transported along with the flow field. Since -- 2.39.5