]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Markup fix.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Nov 2012 14:09:14 +0000 (14:09 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Nov 2012 14:09:14 +0000 (14:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@27695 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-6/step-6.cc

index 05c23db424651c9cdd5401c17788c0ca9e4802a2..b62734b2123562e50f8085507466a1ee37c3b755 100644 (file)
@@ -426,10 +426,13 @@ void Step6<dim>::assemble_system ()
                             fe_values.JxW(q_point));
           }
 
+      // Finally, transfer the contributions from @p cell_matrix and
+      // @p cell_rhs into the global objects.
       cell->get_dof_indices (local_dof_indices);
-      // transfer the contributions from @p cell_matrix and @cell_rhs into the
-      // global objects.
-      constraints.distribute_local_to_global(cell_matrix, cell_rhs, local_dof_indices, system_matrix, system_rhs);
+      constraints.distribute_local_to_global(cell_matrix,
+                                            cell_rhs,
+                                            local_dof_indices,
+                                            system_matrix, system_rhs);
     }
   // Now we are done assembling the linear system.  The constrained nodes are
   // still in the linear system (there is a one on the diagonal of the matrix

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.