Skip to content

Commit aafcaed

Browse files
committed
Preconditioner false by default
1 parent df36095 commit aafcaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/dftParameters.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ namespace dftfe
357357

358358
prm.declare_entry(
359359
"USE PRECONDITIONER",
360-
"true",
360+
"false",
361361
dealii::Patterns::Bool(),
362362
"[Standard] Boolean parameter specifying if the preconditioner described by JCP 144, 164109 (2016) is to be used.");
363363

0 commit comments

Comments
 (0)