From a34a677c584da4c5df4dd5e4aaaec319b3566a12 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Mon, 7 Jul 2014 08:33:06 +0000 Subject: [PATCH] Update comment git-svn-id: https://svn.dealii.org/trunk@33112 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/trilinos_precondition.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/lac/trilinos_precondition.h b/deal.II/include/deal.II/lac/trilinos_precondition.h index 2d1b86302e..01806b9646 100644 --- a/deal.II/include/deal.II/lac/trilinos_precondition.h +++ b/deal.II/include/deal.II/lac/trilinos_precondition.h @@ -560,10 +560,10 @@ namespace TrilinosWrappers /** - * A wrapper class for a (pointwise) SSOR preconditioner for Trilinos - * matrices. As opposed to PreconditionSSOR where each row is treated - * separately, this scheme collects block of a given size and inverts a full - * matrix for all these rows simultaneously. Trilinos allows to select + * A wrapper class for a block SSOR preconditioner for Trilinos matrices. As + * opposed to PreconditionSSOR where each row is treated separately + * (point-wise), this scheme collects block of a given size and inverts a + * full matrix for all these rows simultaneously. Trilinos allows to select * several strategies for selecting which rows form a block, including * "linear" (i.e., divide the local range of the matrix in slices of the * block size), "greedy" or "metis". -- 2.39.5