Skip to content

Commit 93082f7

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_applications/nonlinear_solve.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent d7af739 commit 93082f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/nonlinear_solve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ solve(nprob, DynamicSS(Tsit5()))
5858
```
5959
Here, we had to import [OrdinaryDiffEq.jl](https://github.com/SciML/OrdinaryDiffEq.jl) (to use `Tsit5`) and [SteadyStateDiffEq.jl](https://github.com/SciML/SteadyStateDiffEq.jl) (to use `DynamicSS`).
6060

61-
Like previously, the found steady state is unaffected by the initial `u` guess. However, when [finding the steady states of systems with conservation laws](@ref nonlinear_solve_conservation_laws) it is important to select a `u` guess corresponding to the initial condition of the ODE simulation which steady state is sought.
61+
Like previously, the found steady state is unaffected by the initial `u` guess. However, when [finding the steady states of systems with conservation laws](@ref nonlinear_solve_conservation_laws) it is important to select a `u` guess that corresponds to the initial condition for the ODE model for which a steady state is sought.
6262

6363

6464
## [Systems with conservation laws](@id nonlinear_solve_conservation_laws)

0 commit comments

Comments
 (0)