]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make notation consistent with the way we discuss this in the video
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Feb 2013 20:12:44 +0000 (20:12 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Feb 2013 20:12:44 +0000 (20:12 +0000)
lecture on the topic.

git-svn-id: https://svn.dealii.org/trunk@28516 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-20/step-20.cc

index bbe775234810bd8949196c254629e595d9aefdaa..2e44d3b44c34778b9936be470de410d251618e58 100644 (file)
@@ -685,7 +685,7 @@ namespace Step20
 
     Vector<double> tmp (solution.block(0).size());
 
-    // Now on to the first equation. The right hand side of it is BM^{-1}F-G,
+    // Now on to the first equation. The right hand side of it is $B^TM^{-1}F-G$,
     // which is what we compute in the first few lines. We then declare the
     // objects representing the Schur complement, its approximation, and the
     // inverse of the approximation. Finally, we declare a solver object and
@@ -725,7 +725,7 @@ namespace Step20
     }
 
     // After we have the pressure, we can compute the velocity. The equation
-    // reads MU=-B^TP+F, and we solve it by first computing the right hand
+    // reads $MU=-BP+F$, and we solve it by first computing the right hand
     // side, and then multiplying it with the object that represents the
     // inverse of the mass matrix:
     {

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.