From: wolf Date: Tue, 23 Mar 2004 20:47:03 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a149f3bd79e89e0fc28ed1feb7cd84d43c18d68;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@8855 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/petsc_matrix_base.h b/deal.II/lac/include/lac/petsc_matrix_base.h index 6519013071..52a92d90c5 100644 --- a/deal.II/lac/include/lac/petsc_matrix_base.h +++ b/deal.II/lac/include/lac/petsc_matrix_base.h @@ -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 ();