Skip to content

Commit

Permalink
allow elliptic solver some more iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Feb 18, 2025
1 parent 1550554 commit d034923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/options.jl
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Options for Newton elliptic grid solver.
- `iterations::AbstractArray{Int} = [0]` : iteration counter
"""
@kwdef struct GridSolverOptions{TB,TF,TI,TSym} <: GridSolverOptionsType
iteration_limit::TI = 20
iteration_limit::TI = 30
atol::TF = 3e-10
algorithm::TSym = :newton
autodiff::TSym = :forward
Expand Down

0 comments on commit d034923

Please sign in to comment.