From 915b1c7b1586610ee0e7f3d719df2768d99e2c7f Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Tue, 3 Jan 2023 00:08:57 +0100 Subject: [PATCH] [skip ci] solver doc uniformity --- docs/src/solvers/NonlinearSystemSolvers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/solvers/NonlinearSystemSolvers.md b/docs/src/solvers/NonlinearSystemSolvers.md index c84ae06cd..494821ad0 100644 --- a/docs/src/solvers/NonlinearSystemSolvers.md +++ b/docs/src/solvers/NonlinearSystemSolvers.md @@ -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