Skip to content

Commit

Permalink
Saddle point distributed in work
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Nov 14, 2024
1 parent 099ef23 commit 026b315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def solve(self, mu):
ksp.setType("gmres")
ksp.setGMRESRestart(100)
pc = ksp.getPC()
pc.setType("bjacobi")
pc.setType("none") # pc.setType("bjacobi")
# Convergence criteria based on residual tolerance
ksp.rtol = 1.e-8
# Solve and see convergence details
Expand Down

0 comments on commit 026b315

Please sign in to comment.