]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add TODOs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Jul 2004 20:31:41 +0000 (20:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Jul 2004 20:31:41 +0000 (20:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@9492 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index f8f67301ef98b0560620ea2cad64e84d920e5691..d19e9a85deab0ce673b4775a6fdc154196c6c1d6 100644 (file)
@@ -951,6 +951,7 @@ SparseDirectMA27::fill_A (const SparseMatrix<number> &matrix)
          A[global_index] = matrix(row,*col);
          ++global_index;
        };
+//TODO[WB]: make sure that the matrix really _is_ symmetric. would have saved me a lot of work previously. also, discard zeros, just as in MA47
   Assert (global_index == n_nonzero_elements, ExcInternalError());  
 }
 
@@ -1450,6 +1451,8 @@ SparseDirectMA47::fill_A (const SparseMatrix<double> &matrix)
          A[global_index] = matrix(row,*col);
          ++global_index;
        };
+//TODO[WB]: make sure that the matrix really _is_ symmetric. would have saved me a lot of work previously
+  
   Assert (global_index == n_nonzero_elements, ExcInternalError());  
 }
 

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.