From 7c156a0c2b63d9a00e89608c52702df5f381a69a Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 15 Nov 2010 15:47:08 +0000 Subject: [PATCH] fix step-40. git-svn-id: https://svn.dealii.org/trunk@22745 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-40/step-40.cc | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.39.5