]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove TODOs that are now fixed.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 4 Jun 2004 14:41:50 +0000 (14:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 4 Jun 2004 14:41:50 +0000 (14:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@9383 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_parallel_sparse_matrix.cc

index fb451f2e0656e9edf76c1cdd58978620e4d2a6f9..81c6e0261b9e08f114f98bb926498214c5675cf0 100644 (file)
@@ -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<signed int> 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,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.