Skip to content

Commit

Permalink
Update docs/src/basics/solve.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Dec 25, 2023
1 parent 0c9d358 commit bfaf014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basics/solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ solve(prob::SciMLBase.NonlinearProblem, args...; kwargs...)

- `maxiters::Int`: The maximum number of iterations to perform. Defaults to `1000`.
- `abstol::Number`: The absolute tolerance. Defaults to `real(oneunit(T)) * (eps(real(one(T))))^(4 // 5)`.
- `reltol::Number`: The relative tolerance. Defaults to `real(oneunit(T)) * (eps(real(one(T))))^(2 // 5)`.
- `reltol::Number`: The relative tolerance. Defaults to `real(oneunit(T)) * (eps(real(one(T))))^(4 // 5)`.
- `termination_condition`: Termination Condition from DiffEqBase. Defaults to
`AbsSafeBestTerminationMode()` for `NonlinearSolve.jl` and `AbsTerminateMode()` for
`SimpleNonlinearSolve.jl`.
Expand Down

0 comments on commit bfaf014

Please sign in to comment.