Skip to content

Commit f56b1eb

Browse files
Merge pull request #155 from avik-pal/ap/tc
Add page on termination conditions
2 parents 1957aec + dc4f1a6 commit f56b1eb

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+
"basics/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)