Skip to content

Commit 6a7144a

Browse files
committed
Add page on termination conditions
1 parent 1957aec commit 6a7144a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/pages.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pages = ["index.md",
77
"basics/NonlinearFunctions.md",
88
"basics/solve.md",
99
"basics/NonlinearSolution.md",
10+
"api/TerminationCondition.md",
1011
"basics/FAQ.md"],
1112
"Solver Summaries and Recommendations" => Any["solvers/NonlinearSystemSolvers.md",
1213
"solvers/BracketingSolvers.md",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Termination Conditions
2+
3+
Provides a API to specify termination conditions for [`NonLinearProblem`](@ref) and
4+
[`SteadyStateProblem`](@ref). For details on the various termination modes, i.e.,
5+
NLSolveTerminationMode, see the documentation for [`NLSolveTerminationCondition`](@ref).
6+
7+
## Termination Condition API
8+
9+
```@docs
10+
NLSolveTerminationCondition
11+
```

0 commit comments

Comments
 (0)