From: Timo Heister Date: Mon, 15 Nov 2010 15:47:08 +0000 (+0000) Subject: fix step-40. X-Git-Tag: v8.0.0~4912 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85472f9bed011068a4d2ade1f4de61ac8ac43c2c;p=dealii.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(); }