From: Jean-Paul Pelteret Date: Sat, 11 May 2019 16:18:20 +0000 (+0200) Subject: Use LinearOperators in linear solver by default X-Git-Tag: v9.1.0-rc1~55^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc177f555950f95473557d5050b51e853d6104c;p=dealii.git Use LinearOperators in linear solver by default --- diff --git a/examples/step-44/parameters.prm b/examples/step-44/parameters.prm index 647460931f..712dfe9810 100644 --- a/examples/step-44/parameters.prm +++ b/examples/step-44/parameters.prm @@ -32,7 +32,7 @@ subsection Linear solver # Use static condensation and solve a 1-block system, or solve # the full 3-block system using Linear Operators and the Schur # complement - set Use static condensation = true + set Use static condensation = false # Preconditioner type set Preconditioner type = ssor