Skip to content

Commit

Permalink
Fix test case linear solver (#22)
Browse files Browse the repository at this point in the history
* - use a parallel linear solver
  • Loading branch information
guignont authored Nov 21, 2024
1 parent d0dbe29 commit 8428ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<verbose>true</verbose>
</linear-solver-->
<linear-solver name="PETScSolver">
<solver name="LU" />
<solver name="SuperLU" />
<verbose>low</verbose>
</linear-solver>
</newton>
Expand Down
2 changes: 1 addition & 1 deletion test/TwoPhaseFlowSimulation/use-case-two-phase-flow.arc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<verbose>true</verbose>
</linear-solver-->
<linear-solver name="PETScSolver">
<solver name="LU" />
<solver name="SuperLU" />
<verbose>low</verbose>
</linear-solver>
</newton>
Expand Down

0 comments on commit 8428ae6

Please sign in to comment.