We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9d358 commit bfaf014Copy full SHA for bfaf014
docs/src/basics/solve.md
@@ -15,7 +15,7 @@ solve(prob::SciMLBase.NonlinearProblem, args...; kwargs...)
15
16
- `maxiters::Int`: The maximum number of iterations to perform. Defaults to `1000`.
17
- `abstol::Number`: The absolute tolerance. Defaults to `real(oneunit(T)) * (eps(real(one(T))))^(4 // 5)`.
18
- - `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)`.
19
- `termination_condition`: Termination Condition from DiffEqBase. Defaults to
20
`AbsSafeBestTerminationMode()` for `NonlinearSolve.jl` and `AbsTerminateMode()` for
21
`SimpleNonlinearSolve.jl`.
0 commit comments