From 2c396c3dd1e7162f7a8f5d4520a0b3b46640a94d Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 3 Oct 2002 06:24:51 +0000 Subject: [PATCH] small doc change git-svn-id: https://svn.dealii.org/trunk@6594 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_sparse_matrix.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/lac/block_sparse_matrix.h b/deal.II/lac/include/lac/block_sparse_matrix.h index 0a1abdc3c9..25cb8d0784 100644 --- a/deal.II/lac/include/lac/block_sparse_matrix.h +++ b/deal.II/lac/include/lac/block_sparse_matrix.h @@ -468,10 +468,11 @@ class BlockSparseMatrix : public Subscriptor * inverse of the respective * diagonal element and * multiplies the result with the - * damping factor @p{omega}. + * relaxation parameter @p{omega}. * - * The matrix needs to be square - * for this operation. + * All diagonal blocks must be + * square matrices for this + * operation. */ template void precondition_Jacobi (BlockVector &dst, -- 2.39.5