From: wolf Date: Wed, 5 Mar 2003 19:48:47 +0000 (+0000) Subject: Clarify docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b9af705124fa79e65231bd9f8c66beae5b624a3;p=dealii-svn.git Clarify docs. git-svn-id: https://svn.dealii.org/trunk@7268 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_sparsity_pattern.h b/deal.II/lac/include/lac/block_sparsity_pattern.h index 5f60cc8fb5..cac00b158b 100644 --- a/deal.II/lac/include/lac/block_sparsity_pattern.h +++ b/deal.II/lac/include/lac/block_sparsity_pattern.h @@ -50,8 +50,8 @@ class CompressedBlockSparsityPattern; * one of its subobjects' size is changed. After you initialize the * sizes of the subobjects, you will therefore have to call the * @p{collect_sizes()} function of this class! Note that, of course, all - * sub-matrices in a row have to have the same number of rows, and - * that all sub-matrices in a column have to have the same number of + * sub-matrices in a (block-)row have to have the same number of rows, and + * that all sub-matrices in a (block-)column have to have the same number of * columns. * * You will in general not want to use this class, but one of the @@ -269,7 +269,8 @@ class BlockSparsityPatternBase : public Subscriptor * matrix, which equals the * dimension of the image * space. It is the sum of rows - * of the rows of sub-matrices. + * of the (block-)rows of + * sub-matrices. */ unsigned int n_rows () const; @@ -278,8 +279,8 @@ class BlockSparsityPatternBase : public Subscriptor * this matrix, which equals the * dimension of the range * space. It is the sum of - * columns of the columns of - * sub-matrices. + * columns of the (block-)columns + * of sub-matrices. */ unsigned int n_cols () const;