From 41724b65d9ba6c4bf70a5f465b8d2407ffdf079a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 12 Jan 2015 12:46:20 -0500 Subject: [PATCH] update documentation --- include/deal.II/lac/trilinos_sparse_matrix.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/trilinos_sparse_matrix.h b/include/deal.II/lac/trilinos_sparse_matrix.h index f2de34c71a..3fc27d1e6c 100644 --- a/include/deal.II/lac/trilinos_sparse_matrix.h +++ b/include/deal.II/lac/trilinos_sparse_matrix.h @@ -599,8 +599,9 @@ namespace TrilinosWrappers void reinit (const SparsityPattern &sparsity_pattern); /** - * This function copies the content in sparse_matrix to the - * calling matrix. + * This function copies the layout of @p sparse_matrix to the + * calling matrix. The values are not copied, but you can use + * copy_from() for this. * * This is a collective operation that needs to be called on all * processors in order to avoid a dead lock. -- 2.39.5