From 54f7da58d83eb429737ea61841979435c28da6b6 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 17 Apr 2020 18:12:10 -0400 Subject: [PATCH] hotfix step-50 --- examples/step-50/step-50.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5