From: Arezou Ghesmati Date: Mon, 10 Aug 2015 16:18:24 +0000 (-0500) Subject: The parameters in function distribute_local_to_global() have been indentified X-Git-Tag: v8.4.0-rc2~590^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1261%2Fhead;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 8972a28f15..fe70929cd4 100644 --- a/include/deal.II/lac/constraint_matrix.h +++ b/include/deal.II/lac/constraint_matrix.h @@ -667,6 +667,12 @@ 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 Vector of local contributions. + * @param[in] local_dof_indices Local degrees of freedom indices + * corresponding to the vector of local contributions. + * @param[out] global_vector The global vector to which all local + * contributions will be added. */ template void @@ -716,9 +722,6 @@ 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 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