From: wolf Date: Fri, 18 Jun 2004 20:05:15 +0000 (+0000) Subject: Add a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1da903bc759ab44db1b60d8ca29c4e78157e2d3a;p=dealii-svn.git Add a TODO. git-svn-id: https://svn.dealii.org/trunk@9431 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc index 12ccbe177e..e8fa9d4b14 100644 --- a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc +++ b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc @@ -344,6 +344,8 @@ namespace PETScWrappers &row_values[0], INSERT_VALUES); } compress (); + +//TODO: We should use the appropriate option with MatSetOption here indicating that we do not intend to add any further matrix entries. Maybe this would accelerate some things as well } }