@@ -146,7 +146,7 @@ function alg_cache(alg::Rosenbrock23, u, rate_prototype, ::Type{uEltypeNoUnits},
146
146
assumptions = LinearSolve. OperatorAssumptions (true ))
147
147
148
148
grad_config = build_grad_config (alg, f, tf, du1, t)
149
- jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2, Val ( false ) )
149
+ jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
150
150
algebraic_vars = f. mass_matrix === I ? nothing :
151
151
[all (iszero, x) for x in eachcol (f. mass_matrix)]
152
152
@@ -191,7 +191,7 @@ function alg_cache(alg::Rosenbrock32, u, rate_prototype, ::Type{uEltypeNoUnits},
191
191
Pl = Pl, Pr = Pr,
192
192
assumptions = LinearSolve. OperatorAssumptions (true ))
193
193
grad_config = build_grad_config (alg, f, tf, du1, t)
194
- jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2, Val ( false ) )
194
+ jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
195
195
algebraic_vars = f. mass_matrix === I ? nothing :
196
196
[all (iszero, x) for x in eachcol (f. mass_matrix)]
197
197
0 commit comments