]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add to comment on Trilinos bug.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Aug 2008 01:37:09 +0000 (01:37 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Aug 2008 01:37:09 +0000 (01:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@16667 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/trilinos_sparse_matrix.cc

index e5b4862043c9da1381b0ccd7ddb8055c66aa7746..d0b2054fd53a3f55d4fe51b7b3df95c27c24b985 100755 (executable)
@@ -195,10 +195,14 @@ namespace TrilinosWrappers
            ExcDimensionMismatch (matrix->NumGlobalRows(),
                                  sparsity_pattern.n_rows()));
 
-                                // Trilinos seems to have a bug for
-                                // rectangular matrices at this point,
-                                // so do not check for consistent 
-                                // column numbers here.
+                                    // Trilinos seems to have a bug for
+                                    // rectangular matrices at this point,
+                                    // so do not check for consistent 
+                                    // column numbers here.
+                                    //
+                                    // this bug is filed in the Sandia
+                                    // bugzilla under #4123 and should be
+                                    // fixed for version 9.0
 //    Assert (matrix->NumGlobalCols() == (int)sparsity_pattern.n_cols(),
 //         ExcDimensionMismatch (matrix->NumGlobalCols(),
 //                               sparsity_pattern.n_cols()));

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.