]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add documentation for resolve_indices function.
authorturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 22 Nov 2013 22:30:20 +0000 (22:30 +0000)
committerturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 22 Nov 2013 22:30:20 +0000 (22:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@31768 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/constraint_matrix.h

index dc48b0b3454a9cc576c22c0ae2bcad6637aa4ecd..7020842c8aca35005ea35c3d9bc1c974e5871c48 100644 (file)
@@ -31,7 +31,6 @@
 #include <set>
 #include <utility>
 #include <complex>
-#include <algorithm>
 
 #include <boost/scoped_ptr.hpp>
 
@@ -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<types::global_dof_index> &indices) const;
 

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.