From cfac4e7a6684b0134e9a36732a9a1503a7c70f2d Mon Sep 17 00:00:00 2001 From: oscarddssmith Date: Mon, 1 Jul 2024 11:47:00 -0400 Subject: [PATCH] modify extension algs --- docs/src/advanced/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/advanced/custom.md b/docs/src/advanced/custom.md index 1b6dda391..2ac9acbda 100644 --- a/docs/src/advanced/custom.md +++ b/docs/src/advanced/custom.md @@ -33,7 +33,7 @@ The inputs to the function are as follows: - `p`, a set of parameters - `newA`, a `Bool` which is `true` if `A` has been modified since last solve - `Pl`, left-preconditioner - - `Pr`, right-preconditioner + - `Pr`, right-preconditionerz - `solverdata`, solver cache set to `nothing` if solver hasn't been initialized - `kwargs`, standard SciML keyword arguments such as `verbose`, `maxiters`, `abstol`, `reltol`