From: Arezou Ghesmati Date: Tue, 4 Aug 2015 22:16:20 +0000 (-0500) Subject: the input-output parameters for the function distribute_local_to_global has been... X-Git-Tag: v8.4.0-rc2~590^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc52fa05afce55361a1b68a81a578c595efaff1;p=dealii.git the input-output parameters for the function distribute_local_to_global has been identified --- diff --git a/include/deal.II/lac/constraint_matrix.h b/include/deal.II/lac/constraint_matrix.h index 4afd5f892f..a5c43f6b19 100644 --- a/include/deal.II/lac/constraint_matrix.h +++ b/include/deal.II/lac/constraint_matrix.h @@ -716,6 +716,8 @@ 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. */ template void