From 9e09f10effb4cd0f4050012f3ebc510b340dac66 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 23 Nov 2016 18:13:45 +0100 Subject: [PATCH] Distribute constraints --- examples/step-37/step-37.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/step-37/step-37.cc b/examples/step-37/step-37.cc index 061eab3374..4351caa03b 100644 --- a/examples/step-37/step-37.cc +++ b/examples/step-37/step-37.cc @@ -1096,6 +1096,8 @@ namespace Step37 cg.solve (system_matrix, solution, system_rhs, preconditioner); + constraints.distribute(solution); + pcout << "Time solve (" << solver_control.last_step() << " iterations) (CPU/wall) " << time() << "s/" -- 2.39.5