]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Clarify docs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Mar 2003 19:48:47 +0000 (19:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Mar 2003 19:48:47 +0000 (19:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@7268 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_sparsity_pattern.h

index 5f60cc8fb55a868b9e661ab89eb04bfe4d42d51a..cac00b158b5d056a67ef347c862d04721f7e84a9 100644 (file)
@@ -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;
 

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.