Skip to content

Commit

Permalink
no direct
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriyzabegaev committed Nov 24, 2023
1 parent d9bb022 commit 239f949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/thermal_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def make_splitting(inner):
stationary_preconditioners = make_splitting(
ForkNode(
[
DirectSolverNode(),
# DirectSolverNode(),
inner_nokrylov,
]
)
Expand All @@ -208,7 +208,7 @@ def make_splitting(inner):
[
inner_gmres,
inner_nokrylov,
DirectSolverNode(),
# DirectSolverNode(),
]
)
)
Expand Down

0 comments on commit 239f949

Please sign in to comment.