]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust some line lengths.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Dec 2003 01:01:49 +0000 (01:01 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Dec 2003 01:01:49 +0000 (01:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@8217 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_constraints.templates.h

index e5f72a7db6d6a9f6ccb39b95ea7fb57c675da94d..7c27bf00f58ac871b2b970a4c419a487208710c7 100644 (file)
@@ -188,10 +188,12 @@ ConstraintMatrix::condense (SparseMatrix<number> &uncondensed) const
                    ExcMatrixNotClosed());
            
            if (distribute[sparsity.get_column_numbers()[j]] != -1)
-                                              // distribute entry at regular
-                                              // row @p{row} and irregular column
-                                              // sparsity.get_column_numbers()[j]; set old
-                                              // entry to zero
+                                              // distribute entry at
+                                              // regular row @p{row}
+                                              // and irregular column
+                                              // sparsity.get_column_numbers()[j];
+                                              // set old entry to
+                                              // zero
              {
                for (unsigned int q=0;
                     q!=lines[distribute[sparsity.get_column_numbers()[j]]]
@@ -216,14 +218,17 @@ ConstraintMatrix::condense (SparseMatrix<number> &uncondensed) const
                                             // happen, since we only
                                             // operate on compressed
                                             // matrices!
-           Assert (sparsity.get_column_numbers()[j] != SparsityPattern::invalid_entry,
+           Assert (sparsity.get_column_numbers()[j] !=
+                    SparsityPattern::invalid_entry,
                    ExcMatrixNotClosed());
 
            if (distribute[sparsity.get_column_numbers()[j]] == -1)
-                                              // distribute entry at irregular
-                                              // row @p{row} and regular column
-                                              // sparsity.get_column_numbers()[j]. set old
-                                              // entry to zero
+                                              // distribute entry at
+                                              // irregular row
+                                              // @p{row} and regular
+                                              // column
+                                              // sparsity.get_column_numbers()[j]. set
+                                              // old entry to zero
              {
                for (unsigned int q=0;
                     q!=lines[distribute[row]].entries.size(); ++q) 
@@ -235,11 +240,14 @@ ConstraintMatrix::condense (SparseMatrix<number> &uncondensed) const
                uncondensed.global_entry(j) = 0.;
              }
            else
-                                              // distribute entry at irregular
-                                              // row @p{row} and irregular column
+                                              // distribute entry at
+                                              // irregular row
+                                              // @p{row} and
+                                              // irregular column
                                               // sparsity.get_column_numbers()[j]
-                                              // set old entry to one if on main
-                                              // diagonal, zero otherwise
+                                              // set old entry to one
+                                              // if on main diagonal,
+                                              // zero otherwise
              {
                for (unsigned int p=0; p!=lines[distribute[row]].entries.size(); ++p)
                  for (unsigned int q=0;

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.