]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix schur_complement.h 6901/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 9 Jul 2018 13:39:07 +0000 (15:39 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 9 Jul 2018 13:39:07 +0000 (15:39 +0200)
include/deal.II/lac/schur_complement.h

index 140e6123a97fa60382b1d645dcf5aab1e219239f..97f678ce7d0b32607d7733f9f4d2bf68705259c2 100644 (file)
@@ -158,9 +158,6 @@ DEAL_II_NAMESPACE_OPEN
  *
  * // Solve reduced block system
  * // PackagedOperation that represents the condensed form of g
- * y = S_inv * rhs;
- *
- * // PackagedOperation that represents the condensed form of g
  * auto rhs = condense_schur_rhs (A_inv,C,f,g);
  *
  * // Solve for y
@@ -194,8 +191,8 @@ DEAL_II_NAMESPACE_OPEN
  * // D and S_approx operate on same space
  * const auto S_approx_prec = PreconditionSelector<...>(D);
  *
- * // Inner solver:
- * // Typically limited to few iterations using IterationNumberControl
+ * // Inner solver: Typically limited to few iterations
+ * //               using IterationNumberControl
  * auto S_inv_approx = inverse_operator(S_approx,...,S_approx_prec);
  *
  * // Construction of exact inverse of Schur complement

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.