From: heister Date: Mon, 15 Nov 2010 15:47:08 +0000 (+0000) Subject: fix step-40. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c156a0c2b63d9a00e89608c52702df5f381a69a;p=dealii-svn.git fix step-40. git-svn-id: https://svn.dealii.org/trunk@22745 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-40/step-40.cc b/deal.II/examples/step-40/step-40.cc index 8272fbe953..fbdcf5c0a3 100644 --- a/deal.II/examples/step-40/step-40.cc +++ b/deal.II/examples/step-40/step-40.cc @@ -611,6 +611,7 @@ void LaplaceProblem::solve () constraints.distribute (completely_distributed_solution); locally_relevant_solution = completely_distributed_solution; + locally_relevant_solution.update_ghost_values(); }