From 4fbe719912f3e3c675079a038958d3b28149d4bb Mon Sep 17 00:00:00 2001 From: Arezou Ghesmati Date: Mon, 10 Aug 2015 11:18:24 -0500 Subject: [PATCH] The parameters in function distribute_local_to_global() have been indentified --- include/deal.II/lac/constraint_matrix.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.39.5