From: Arezou Ghesmati Date: Mon, 10 Aug 2015 16:01:45 +0000 (-0500) Subject: The parameters in function distribute_local_to_global() have been indentified X-Git-Tag: v8.4.0-rc2~590^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05845315266b14a066dafdeb4496f5c71f3996ea;p=dealii.git The parameters in function distribute_local_to_global() have been indentified --- 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