From: kronbichler Date: Wed, 27 Aug 2008 15:19:22 +0000 (+0000) Subject: Found an error in clear_row() function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=989572de3407f8910ab6ef3ebd2e5cde782599be;p=dealii-svn.git Found an error in clear_row() function. git-svn-id: https://svn.dealii.org/trunk@16674 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/trilinos_sparse_matrix.h b/deal.II/lac/include/lac/trilinos_sparse_matrix.h index 98b7da3c3f..1e15b143fd 100755 --- a/deal.II/lac/include/lac/trilinos_sparse_matrix.h +++ b/deal.II/lac/include/lac/trilinos_sparse_matrix.h @@ -459,6 +459,13 @@ namespace TrilinosWrappers const Epetra_Map &input_col_map, const SparsityPattern &sparsity_pattern); + /** + * This function copies the + * content in sparse_matrix + * to the current matrix. + */ + void reinit (const SparseMatrix &sparse_matrix); + /** * This function initializes the * Trilinos matrix using the deal.II