Skip to content

Commit

Permalink
Lowering the tolerances of GMRES
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodoni committed Oct 3, 2024
1 parent 13e81b9 commit ca4017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cases/fluid/newtonian/svFSIplus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<Preconditioner> fsils </Preconditioner>
</Linear_algebra>
<Max_iterations> 100 </Max_iterations>
<Tolerance> 1e-12 </Tolerance>
<Tolerance> 1e-14 </Tolerance>
</LS>

<Add_BC name="lumen_inlet" >
Expand Down

0 comments on commit ca4017a

Please sign in to comment.