From 6656d95257cbe6718f13848b01d39fdfde5e6dd9 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 31 May 2012 15:16:54 +0000 Subject: [PATCH] Clarify the description of ConstraintMatrix::set_zero(..) in the documentation git-svn-id: https://svn.dealii.org/trunk@25586 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/constraint_matrix.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.5