From: wolf Date: Wed, 23 Jun 2004 15:04:55 +0000 (+0000) Subject: Add a TODO X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea2e894ebfd7d19e066c682b2a887ea86f927ff;p=dealii-svn.git Add a TODO git-svn-id: https://svn.dealii.org/trunk@9460 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 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()));