]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add missing compress() call in step-32
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Aug 2013 19:55:44 +0000 (19:55 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Aug 2013 19:55:44 +0000 (19:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@30306 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 147623c0f023cec7327a1c6ec7d8f9ddded2ffba..0c7ccc8a8fc893ffffbbde661b5203374e801f5e 100644 (file)
@@ -3328,7 +3328,8 @@ namespace Step32
                 }
           }
     }
-
+    
+    joint_solution.compress(VectorOperation::insert);
 
     IndexSet locally_relevant_joint_dofs(joint_dof_handler.n_dofs());
     DoFTools::extract_locally_relevant_dofs (joint_dof_handler, locally_relevant_joint_dofs);

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.