]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add the new arguments to distribute_local_to_global
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Apr 2005 21:36:34 +0000 (21:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Apr 2005 21:36:34 +0000 (21:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@10453 0785d39b-7218-0410-832d-ea1e28bc413d

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

index e6adf7d48c4686bb2b7cf5f99a80405db3a0a325..7d61aab1e111e87db57397afe9a3414dc8793e3d 100644 (file)
@@ -799,11 +799,13 @@ void ElasticProblem<dim>::assemble_system ()
         hanging_node_constraints
           .distribute_local_to_global (cell_matrix,
                                        local_dof_indices,
+                                      boundary_values,
                                        system_matrix);
 
         hanging_node_constraints
           .distribute_local_to_global (cell_rhs,
                                        local_dof_indices,
+                                      boundary_values,
                                        system_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.