From: Daniel Arndt Date: Fri, 17 Apr 2020 22:12:10 +0000 (-0400) Subject: hotfix step-50 X-Git-Tag: v9.2.0-rc1~207^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f7da58d83eb429737ea61841979435c28da6b6;p=dealii.git hotfix step-50 --- diff --git a/examples/step-50/step-50.cc b/examples/step-50/step-50.cc index 664425f3fa..2a0f20362e 100644 --- a/examples/step-50/step-50.cc +++ b/examples/step-50/step-50.cc @@ -775,7 +775,7 @@ namespace Step50 Amg_data.higher_order_elements = true; Amg_data.smoother_sweeps = 2; Amg_data.aggregation_threshold = 0.02; - Amg_data.symmetric = true; + // Amg_data.symmetric = true; prec.initialize(system_matrix, Amg_data); solver.solve(system_matrix, solution, system_rhs, prec);