From: Wolfgang Bangerth Date: Mon, 3 May 2004 14:55:25 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~15211 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56a0071f8b80b2d4a428ef336ff6c05d236e46a;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@9146 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/petsc_parallel_sparse_matrix.h b/deal.II/lac/include/lac/petsc_parallel_sparse_matrix.h index 93e05d0d3c..4009dd85c5 100644 --- a/deal.II/lac/include/lac/petsc_parallel_sparse_matrix.h +++ b/deal.II/lac/include/lac/petsc_parallel_sparse_matrix.h @@ -75,12 +75,14 @@ namespace PETScWrappers * whether we should tell PETSc that * the matrix is going to be symmetric * (as indicated by the call - * MatSetOption(mat,MAT_SYMMETRIC). Note - * that the PETSc documentation states - * that one cannot form an ILU - * decomposition of a matrix for which - * this flag has been set. The default - * value of this flag is @p false. + * MatSetOption(mat, + * MAT_SYMMETRIC). Note that the + * PETSc documentation states that one + * cannot form an ILU decomposition of + * a matrix for which this flag has + * been set to @p true, only an + * ICC. The default value of this flag + * is @p false. */ SparseMatrix (const MPI_Comm &communicator, const unsigned int m, @@ -108,12 +110,14 @@ namespace PETScWrappers * whether we should tell PETSc that * the matrix is going to be symmetric * (as indicated by the call - * MatSetOption(mat,MAT_SYMMETRIC). Note - * that the PETSc documentation states - * that one cannot form an ILU - * decomposition of a matrix for which - * this flag has been set. The default - * value of this flag is @p false. + * MatSetOption(mat, + * MAT_SYMMETRIC). Note that the + * PETSc documentation states that one + * cannot form an ILU decomposition of + * a matrix for which this flag has + * been set to @p true, only an + * ICC. The default value of this flag + * is @p false. */ SparseMatrix (const MPI_Comm &communicator, const unsigned int m, diff --git a/deal.II/lac/include/lac/petsc_sparse_matrix.h b/deal.II/lac/include/lac/petsc_sparse_matrix.h index 7f789b1b1e..68d46629b5 100644 --- a/deal.II/lac/include/lac/petsc_sparse_matrix.h +++ b/deal.II/lac/include/lac/petsc_sparse_matrix.h @@ -66,12 +66,14 @@ namespace PETScWrappers * whether we should tell PETSc that * the matrix is going to be symmetric * (as indicated by the call - * MatSetOption(mat,MAT_SYMMETRIC). Note - * that the PETSc documentation states - * that one cannot form an ILU - * decomposition of a matrix for which - * this flag has been set. The default - * value of this flag is @p false. + * MatSetOption(mat, + * MAT_SYMMETRIC). Note that the + * PETSc documentation states that one + * cannot form an ILU decomposition of + * a matrix for which this flag has + * been set to @p true, only an + * ICC. The default value of this flag + * is @p false. */ SparseMatrix (const unsigned int m, const unsigned int n, @@ -97,12 +99,14 @@ namespace PETScWrappers * whether we should tell PETSc that * the matrix is going to be symmetric * (as indicated by the call - * MatSetOption(mat,MAT_SYMMETRIC). Note - * that the PETSc documentation states - * that one cannot form an ILU - * decomposition of a matrix for which - * this flag has been set. The default - * value of this flag is @p false. + * MatSetOption(mat, + * MAT_SYMMETRIC). Note that the + * PETSc documentation states that one + * cannot form an ILU decomposition of + * a matrix for which this flag has + * been set to @p true, only an + * ICC. The default value of this flag + * is @p false. */ SparseMatrix (const unsigned int m, const unsigned int n,