Skip to content

Commit

Permalink
Merge pull request #112 from ArnoStrouwen/patch-1
Browse files Browse the repository at this point in the history
[skip ci] solver doc uniformity
  • Loading branch information
ChrisRackauckas authored Jan 2, 2023
2 parents 32a68b6 + 915b1c7 commit 22e4cf7
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 22e4cf7

Please sign in to comment.