From db2aaf580a665ed896d5d54bcb59d7e14f22c089 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 9 Jul 2018 15:39:07 +0200 Subject: [PATCH] Fix schur_complement.h --- include/deal.II/lac/schur_complement.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/deal.II/lac/schur_complement.h b/include/deal.II/lac/schur_complement.h index 140e6123a9..97f678ce7d 100644 --- a/include/deal.II/lac/schur_complement.h +++ b/include/deal.II/lac/schur_complement.h @@ -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 -- 2.39.5