From: wolf Date: Wed, 30 Jun 2004 15:40:24 +0000 (+0000) Subject: augment todo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce0fb9aa24c0c94678da3ddb0dce2f2aa83bf596;p=dealii-svn.git augment todo. git-svn-id: https://svn.dealii.org/trunk@9488 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 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()));