]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Doc update.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Mar 2004 20:47:03 +0000 (20:47 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Mar 2004 20:47:03 +0000 (20:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@8855 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/petsc_matrix_base.h

index 6519013071cb5368ff5d96dea10d8015b46485a6..52a92d90c55c24ce7378d71e8f7029efc67973e1 100644 (file)
@@ -267,7 +267,17 @@ namespace PETScWrappers
   class MatrixBase 
   {
     public:
+                                       /**
+                                        * Declare a typedef for the iterator
+                                        * class.
+                                        */
       typedef MatrixIterators::const_iterator const_iterator;
+
+                                       /**
+                                        * Declare a typedef in analogy to all
+                                        * the other container classes.
+                                        */
+      typedef PetscScalar value_type;
       
                                        /**
                                         * Default constructor.
@@ -282,7 +292,8 @@ namespace PETScWrappers
       
                                        /**
                                         * Set all matrix entries to zero, but
-                                        * retain the sparsity pattern.
+                                        * retain the sparsity pattern and all
+                                        * the other properties of the matrix.
                                         */
       void reinit ();
 

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.