]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Undo accidental check-in.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Dec 2013 10:48:29 +0000 (10:48 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Dec 2013 10:48:29 +0000 (10:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@32025 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/assemble_matrix_parallel_01.cc

index 69f8fefa6dc9324413cbc171d97c3b513379b4d2..6d842edf1bd971c79857662257ad898916895f41 100644 (file)
@@ -319,9 +319,6 @@ LaplaceProblem<dim>::local_assemble (const typename hp::DoFHandler<dim>::active_
 
   data.local_dof_indices.resize (dofs_per_cell);
   cell->get_dof_indices (data.local_dof_indices);
-  constraints.distribute_local_to_global(data.local_matrix, data.local_rhs,
-                                         data.local_dof_indices,
-                                         test_matrix, test_rhs);
 }
 
 
@@ -330,6 +327,9 @@ template <int dim>
 void
 LaplaceProblem<dim>::copy_local_to_global (const Assembly::Copy::Data &data)
 {
+  constraints.distribute_local_to_global(data.local_matrix, data.local_rhs,
+                                         data.local_dof_indices,
+                                         test_matrix, test_rhs);
 }
 
 

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.