Skip to content

Commit

Permalink
Oopsie.
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Nov 4, 2024
1 parent 6b9ea4a commit 0d49fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ the usage of `f`. These include:
variables are some compatible vectors set by the specific solver.
Note that other implicit techniques, like for example some fully-implicit Runge-Kutta methods,
need to solve different nonlinear systems.
Generally the inner nonlinear function of the nonlinear problem is in general of the form `g(z,p') = 0`
The inner nonlinear function of the nonlinear problem is in general of the form `g(z,p') = 0`
where `p'` is a struct with all information about the specific nonlinear problem at hand to solve
for a specific time discretization. For example, for the nonlinear problem stated in the first
paragraph in this docstring, `p'` would hold `(dt, γ, inner_tmp, outer_tmp, t, p)`, such that
Expand Down

0 comments on commit 0d49fa0

Please sign in to comment.