Skip to content

Commit

Permalink
Merge pull request #686 from DanielVandH/patch-1
Browse files Browse the repository at this point in the history
Fix specified default for LinearExponential
  • Loading branch information
ChrisRackauckas authored Sep 14, 2023
2 parents 0e0b577 + 53e4c36 commit 92a96db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/solvers/nonautonomous_linear_ode.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Options:
+ :simple - uses simple Krylov approximations with fixed subspace size `m`.
+ :adaptive - uses adaptive Krylov approximations with internal timestepping.

- `m` - integer, default: `30`. Controls the size of Krylov subspace if
- `m` - integer, default: `10`. Controls the size of Krylov subspace if
`krylov=:simple`, and the initial subspace size if `krylov=:adaptive`.
- `iop` - integer, default: `0`. If not zero, determines the length of the incomplete
orthogonalization procedure (IOP) [^1]. Note that if the linear operator/Jacobian is hermitian,
Expand Down

0 comments on commit 92a96db

Please sign in to comment.