From 4845e359f62269fcf8078453509b7bc6777beb11 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 4 Jun 2004 14:41:50 +0000 Subject: [PATCH] Remove TODOs that are now fixed. git-svn-id: https://svn.dealii.org/trunk@9383 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/petsc_parallel_sparse_matrix.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc index fb451f2e06..81c6e0261b 100644 --- a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc +++ b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc @@ -170,7 +170,6 @@ namespace PETScWrappers // use the call sequence indicating only // a maximal number of elements per row // for all rows globally -//TODO[WB]: We should do better by providing ways to tell PETSc how to partition the columns const int ierr = MatCreateMPIAIJ(communicator, local_rows, local_columns, @@ -214,7 +213,6 @@ namespace PETScWrappers const std::vector int_row_lengths (row_lengths.begin(), row_lengths.end()); -//TODO[WB]: We should do better by providing ways to tell PETSc how to partition the columns const int ierr = MatCreateMPIAIJ(communicator, local_rows, local_columns, -- 2.39.5