Change Update_PreConditioner to default False

This commit is contained in:
D Fournier
2016-04-29 15:49:44 -07:00
parent a6e995e9fb
commit 3d1dfc13d7
+1 -1
View File
@@ -308,7 +308,7 @@ class Update_lin_PreCond(InversionDirective):
"""
Create a Jacobi preconditioner for the linear problem
"""
onlyOnStart=True
onlyOnStart=False
def initialize(self):