Skip to content

Commit

Permalink
[skip ci] solver doc uniformity
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen authored Jan 2, 2023
1 parent 32a68b6 commit 915b1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/solvers/NonlinearSystemSolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SteadyStateDiffEq.jl uses ODE solvers to iteratively approach the steady state.
very stable method for solving nonlinear systems, though in many cases can be more
computationally expensive than direct methods.

- `DynamicSS` : Uses an ODE solver to find the steady state. Automatically
- `DynamicSS()` : Uses an ODE solver to find the steady state. Automatically
terminates when close to the steady state.

### SciMLNLSolve.jl
Expand Down

0 comments on commit 915b1c7

Please sign in to comment.