From 05845315266b14a066dafdeb4496f5c71f3996ea Mon Sep 17 00:00:00 2001 From: Arezou Ghesmati Date: Mon, 10 Aug 2015 11:01:45 -0500 Subject: [PATCH] The parameters in function distribute_local_to_global() have been indentified --- include/deal.II/lac/constraint_matrix.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/constraint_matrix.h b/include/deal.II/lac/constraint_matrix.h index a5c43f6b19..8972a28f15 100644 --- a/include/deal.II/lac/constraint_matrix.h +++ b/include/deal.II/lac/constraint_matrix.h @@ -716,8 +716,9 @@ public: * index at the same time. This needs to be made sure from the caller's * site. There is no locking mechanism inside this method to prevent data * races. - * @param[in] local_vector, local_dof_indices, local_matrix are input parameters. - * @return[out] global_vector is an output parameter. + * @param local_vector : vector of local contributions. + * @param local_dof_indices : local degrees of freedom indices correspinding to the vector of local contributions. + * @param global_vector : vector of local contributions is distributed to this global_vector. */ template void -- 2.39.5