]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix constraints.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 Feb 2011 02:06:54 +0000 (02:06 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 Feb 2011 02:06:54 +0000 (02:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@23387 0785d39b-7218-0410-832d-ea1e28bc413d

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

index a6e48b69ddf63751012a6640ddf9b3016d9f90fb..09a03a4c2339635e8690ea428cc432cfd4298fd1 100644 (file)
@@ -330,6 +330,8 @@ void StokesProblem<dim>::solve ()
   SparseDirectUMFPACK direct_solver;
   direct_solver.initialize (system_matrix);
   direct_solver.vmult (solution, system_rhs);
+
+  constraints.distribute (solution);
 }
 
 

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.