From: Martin Kronbichler Date: Wed, 23 Nov 2016 17:13:45 +0000 (+0100) Subject: Distribute constraints X-Git-Tag: v8.5.0-rc1~349^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e09f10effb4cd0f4050012f3ebc510b340dac66;p=dealii.git Distribute constraints --- 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/"