From: Matthias Maier Date: Thu, 31 May 2012 15:16:54 +0000 (+0000) Subject: Clarify the description of ConstraintMatrix::set_zero(..) in the documentation X-Git-Tag: v8.0.0~2544 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6656d95257cbe6718f13848b01d39fdfde5e6dd9;p=dealii.git Clarify the description of ConstraintMatrix::set_zero(..) in the documentation git-svn-id: https://svn.dealii.org/trunk@25586 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index 3f9d9d767e..eb39e8c592 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -877,10 +877,9 @@ class ConstraintMatrix : public Subscriptor BlockVectorType &vector) const; /** - * Delete hanging nodes in a - * vector. Sets all hanging node - * values to zero. The @p - * VectorType may be a + * Sets the values of all constrained + * DoFs in a vector to zero. + * The @p VectorType may be a * Vector, Vector, * BlockVector<...>, a * PETSc or Trilinos vector