From 6af3707647fef2e4def75721d24e8d88cf2c338e Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 3 May 2004 14:55:25 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@9146 0785d39b-7218-0410-832d-ea1e28bc413d --- .../lac/petsc_parallel_sparse_matrix.h | 28 +++++++++++-------- deal.II/lac/include/lac/petsc_sparse_matrix.h | 28 +++++++++++-------- 2 files changed, 32 insertions(+), 24 deletions(-) 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, -- 2.39.5