Skip to content

Commit bae7cc0

Browse files
committed
Bump sparspak dependency to 0.3.4, add factorize=false in sparspaklu call.
1 parent acf17d6 commit bae7cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Reexport = "1"
3939
SciMLBase = "1.68"
4040
Setfield = "0.7, 0.8, 1"
4141
SnoopPrecompile = "1"
42-
Sparspak = "0.3"
42+
Sparspak = "0.3.4"
4343
UnPack = "1"
4444
julia = "1.6"
4545

src/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ function init_cacheval(::SparspakFactorization, A, b, u, Pl, Pr, maxiters::Int,
511511
reltol,
512512
verbose::Bool, assumptions::OperatorAssumptions)
513513
A = convert(AbstractMatrix, A)
514-
return sparspaklu(A)
514+
return sparspaklu(A, factorize=false)
515515
end
516516

517517
function SciMLBase.solve(cache::LinearCache, alg::SparspakFactorization; kwargs...)

0 commit comments

Comments
 (0)