]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a number of issues.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Oct 2007 01:05:13 +0000 (01:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Oct 2007 01:05:13 +0000 (01:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@15379 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-2/doc/intro.dox
deal.II/examples/step-20/doc/intro.dox
deal.II/examples/step-8/doc/intro.dox
deal.II/examples/step-9/doc/intro.dox

index b9dd70b6e066611bf15a1d36a05eae1c46ff2984..ebd20f45d521497aa07e8189e5f053703cfbb01e 100644 (file)
@@ -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
index c596f84855f9fd6d6e187a83bb939c088fc75b77..46f0756d032f0863821403b50b7e31f9885a0f39 100644 (file)
@@ -287,8 +287,8 @@ for (unsigned int q=0; q<n_q_points; ++q)
                         fe_values.JxW(q));
     }
 @endcode
-This very closely resembles the form we have originally written down the
-bilinear form and right hand side.
+This very closely resembles the form in which we have originally written down
+the bilinear form and right hand side.
 
 There is one final term that we have to take care of: the right hand side
 contained the term $(g,{\mathbf v}\cdot {\mathbf n})_{\partial\Omega}$, constituting the
index 315a5b1d99288db8367eea18e6af46884e544350..c7e916b8dfd78815744a1d3e8b2d4d748d638ab8 100644 (file)
@@ -315,7 +315,8 @@ As a final note: in the @ref step_17 "step-17" example program, we will revisit
 problem laid out here, and will show how to solve it in parallel on a cluster
 of computers. The resulting program will thus be able to solve this problem to
 significantly higher accuracy, and more efficiently if this is
-required. In addition, in @ref step_20 "step-20", we will revisit some
+required. In addition, in @ref step_20 "step-20", @ref step_21 "step-21", and
+@ref step_22 "step-22", we will revisit some 
 vector-valued problems and show a few techniques that may make it
 simpler to actually go through all the stuff shown above, with
 <code>FiniteElement::system_to_component_index</code> etc.
index 93caff4b43a8b16aa993969fdaf6e62eae11d209..b5d501921b84423cff7391326d7f50b6b25b19b0 100644 (file)
@@ -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:
 <ol>
 <li> The advection field $\beta$ transports the solution roughly in
 diagonal direction from lower left to upper right, but with a wiggle
 structure superimposed.
 <li> 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.
 <li> The inflow boundary conditions impose a weighted sinusoidal
 structure that is transported along with the flow field. Since 

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.