Skip to content

Commit

Permalink
Update src/scimlfunctions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 19, 2024
1 parent 3d99bb9 commit 480c1d8
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 @@ -485,7 +485,7 @@ the usage of the `SplitFunction`. These include:
as the prototype and integrators will specialize on this structure where possible. Non-structured
sparsity patterns should use a `SparseMatrixCSC` with a correct sparsity pattern for the Jacobian.
The default is `nothing`, which means a dense Jacobian.
- `jac_prototype`: a prototype matrix matching the type that matches the W matrix. For example,
- `W_prototype`: a prototype matrix matching the type that matches the W matrix. For example,
if the Jacobian is tridiagonal, and the mass_matrix is diagonal, then an appropriately sized `Tridiagonal`
matrix can be used as the prototype and integrators will specialize on this structure where possible. Non-structured
sparsity patterns should use a `SparseMatrixCSC` with a correct sparsity pattern for the W matrix.
Expand Down

0 comments on commit 480c1d8

Please sign in to comment.