From ce0fb9aa24c0c94678da3ddb0dce2f2aa83bf596 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 30 Jun 2004 15:40:24 +0000 Subject: [PATCH] augment todo. git-svn-id: https://svn.dealii.org/trunk@9488 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/petsc_parallel_sparse_matrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc index c54cd0249e..0fd01bcdd8 100644 --- a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc +++ b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc @@ -255,7 +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 +//TODO[WB]: The next PETSc release should contain a function MatMPI[B]AIJSetPreallocationCSR that we will want to use here. it may also be worthwhile to look at the functions MatPreallocateXXX in include/petscmat.h 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