From 5a149f3bd79e89e0fc28ed1feb7cd84d43c18d68 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 23 Mar 2004 20:47:03 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@8855 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/petsc_matrix_base.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 (); -- 2.39.5