From 0d49fa092eee6042d682d86418ed271455f4d927 Mon Sep 17 00:00:00 2001 From: termi-official Date: Mon, 4 Nov 2024 14:17:54 +0100 Subject: [PATCH] Oopsie. --- src/scimlfunctions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scimlfunctions.jl b/src/scimlfunctions.jl index 02fdfea9e..3ff10abc9 100644 --- a/src/scimlfunctions.jl +++ b/src/scimlfunctions.jl @@ -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