]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a multiline comment.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 21 Nov 2012 13:23:39 +0000 (13:23 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 21 Nov 2012 13:23:39 +0000 (13:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@27659 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 4e349e47d977bb158f306e7ef77f9fb6f5884740..8cbfaac0e6da680499b20133a4eabaf3ef18427e 100644 (file)
@@ -205,8 +205,13 @@ namespace Step32
   // This namespace implements the preconditioner. As discussed in the
   // introduction, this preconditioner differs in a number of key portions
   // from the one used in step-31. Specifically, it is a right preconditioner,
-  // implementing the matrix @f{align*}\left(\begin{array}{cc}A^{-1} & B^T \\
-  // 0 & S^{-1}\end{array}\right)@f} where the two inverse matrix operations
+  // implementing the matrix
+  // @f{align*}
+  //   \left(\begin{array}{cc}A^{-1} & B^T
+  //                        \\0 & S^{-1}
+  // \end{array}\right)
+  // @f}
+  // where the two inverse matrix operations
   // are approximated by linear solvers or, if the right flag is given to the
   // constructor of this class, by a single AMG V-cycle for the velocity
   // block. The three code blocks of the <code>vmult</code> function implement

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.