From 57a0b1cba35391e27cd9b7a5e752274a6616069a Mon Sep 17 00:00:00 2001 From: turcksin Date: Fri, 22 Nov 2013 22:30:20 +0000 Subject: [PATCH] Add documentation for resolve_indices function. git-svn-id: https://svn.dealii.org/trunk@31768 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/constraint_matrix.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index dc48b0b345..7020842c8a 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -31,7 +31,6 @@ #include #include #include -#include #include @@ -662,8 +661,10 @@ public: std::size_t memory_consumption () const; /** - * Add the constraint indices associated to the indices in the given vector. - * The indices in the vector are not repeated. + * Add the constraint indices associated to the indices in the given vector. + * After a call to this function, the indices vector contains the + * initial elements and all the associated constrained indices. This + * function sorts the elements and suppresses duplicates. */ void resolve_indices(std::vector &indices) const; -- 2.39.5