From 1da903bc759ab44db1b60d8ca29c4e78157e2d3a Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 18 Jun 2004 20:05:15 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@9431 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/petsc_parallel_sparse_matrix.cc | 2 ++ 1 file changed, 2 insertions(+) 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 } } -- 2.39.5