]> https://gitweb.dealii.org/ - dealii.git/commitdiff
The parameters in function distribute_local_to_global() have been indentified 1261/head
authorArezou Ghesmati <aghesmati@up.math.tamu.edu>
Mon, 10 Aug 2015 16:18:24 +0000 (11:18 -0500)
committerArezou Ghesmati <aghesmati@up.math.tamu.edu>
Mon, 10 Aug 2015 16:18:24 +0000 (11:18 -0500)
include/deal.II/lac/constraint_matrix.h

index 8972a28f15e4d3f0bd89174c1b23e1dbb10f9a14..fe70929cd448fba29385108e4c1a4b7a474c53d5 100644 (file)
@@ -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 <class InVector, class OutVector>
   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 <typename VectorType, typename LocalType>
   void

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.