]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor edit.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 16 Sep 2009 12:09:29 +0000 (12:09 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 16 Sep 2009 12:09:29 +0000 (12:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@19461 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-35/doc/intro.dox

index 58c209f9464ff6c1b037514b6f4cdec5b7561bd9..9b3aaf6b260748c457f79d04c77a3a9436d6f301 100644 (file)
@@ -138,14 +138,14 @@ projection methods that we have just described:
 
 Our implementation of the projection methods follows <i>verbatim</i> the description given above. We must note,
 however, that as opposed to most other problems that have several solution components, we do not use
-vector-valued finite elements. Instead, we use separate finite elements for each component of the velocity
+vector-valued finite elements. Instead, we use separate finite elements the components of the velocity
 and the pressure, respectively, and use different <code>DoFHandler</code>'s for those as well. The main
 reason for doing this is that, as we see from the description of the scheme, the <code>dim</code> components
 of the velocity and the pressure are decoupled. As a consequence, the equations for all the velocity components
-look all the same, have the same system matrix, and can be solved in parallel. Obviously, this approach
+look all the same, have the same system matrix, and can be solved in %parallel. Obviously, this approach
 has also its disadvantages. For instance, we need to keep several <code>DoFHandler</code>s and iterators
 synchronized when assembling matrices and right hand sides; obtaining quantities that are inherent to
-vector-valued functions (i.e. divergences) becomes a little awkward, and others.
+vector-valued functions (e.g. divergences) becomes a little awkward, and others.
 
 <a name ="testcase"></a>
 <h3> The Testcase </h3>

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.