Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaNakamura committed Nov 23, 2024
1 parent baf78f4 commit c9a6e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/tutorials/dam_break.jl
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function variational_multiscale_method(state)
## Solve nonlinear system
U = zeros(ndofs(dofmap)) # Initialize nodal dispacement and pressure with zero
solved = Tesserae.newton!(U, U->residual(U,state), U->J;
linsolve=(x,A,b)->ldiv!(x,A,b), backtracking=true, verbose=true, rtol=1e-12)
linsolve=(x,A,b)->ldiv!(x,A,b), backtracking=true, verbose=true, rtol=1e-10)
solved && break
end

Expand Down

0 comments on commit c9a6e75

Please sign in to comment.