Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Sep 28, 2023
1 parent bb67e6f commit e2ac92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Li2019/solver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Li2019Solver(op::FEOperator,params)
V_u, V_p, V_j, V_φ = V

nl_rtol = params[:solver][:rtol]
l_rtol = nl_rtol/10.0
l_rtol = nl_rtol*1.e-2

if isa(params[],Nothing)
params[] = 0.0
Expand Down

0 comments on commit e2ac92f

Please sign in to comment.