Skip to content

Commit

Permalink
docs: disable ILU for now
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 24, 2024
1 parent aa1229b commit fd836e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/tutorials/large_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ left and right preconditioners, matrices which approximate the inverse of `W = I
used in the solution of the ODE. An example of this with using
[IncompleteLU.jl](https://github.com/haampie/IncompleteLU.jl) is as follows:

```@example ill_conditioned_nlprob
```julia
# FIXME: On 1.10+ this is broken. Skipping this for now.
using IncompleteLU

function incompletelu(W, du, u, p, t, newW, Plprev, Prprev, solverdata)
Expand Down

0 comments on commit fd836e7

Please sign in to comment.