From bea2e894ebfd7d19e066c682b2a887ea86f927ff Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 23 Jun 2004 15:04:55 +0000 Subject: [PATCH] Add a TODO git-svn-id: https://svn.dealii.org/trunk@9460 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/petsc_parallel_sparse_matrix.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc index e8fa9d4b14..c54cd0249e 100644 --- a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc +++ b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc @@ -255,6 +255,7 @@ namespace PETScWrappers const unsigned int this_process, const bool preset_nonzero_locations) { +//TODO[WB]: The next PETSc release should contain a function MatMPI[B]AIJSetPreallocationCSR that we will want to use here Assert (local_rows_per_process.size() == local_columns_per_process.size(), ExcInvalidSizes (local_rows_per_process.size(), local_columns_per_process.size())); -- 2.39.5