From: kanschat Date: Mon, 27 Aug 2012 12:21:08 +0000 (+0000) Subject: fix indices X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898d8316cc94611b4be42e259a144f46166a3277;p=dealii-svn.git fix indices git-svn-id: https://svn.dealii.org/trunk@26127 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 462b5f101f..f857a5aaf6 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -82,9 +82,9 @@ namespace internals *

Description of constraints

* * Each "line" in objects of this class corresponds to one constrained degree - * of freedom, with the number of the line being i1, and the entries in + * of freedom, with the number of the line being i, and the entries in * this line being pairs - * (ij,aij). + * (ji,aiji). * Note that the constraints are linear * in the xi, and that there might be a constant (non-homogeneous) term in * the constraint. This is exactly the form we need for hanging node