We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2686650 commit f0eadacCopy full SHA for f0eadac
lib/OrdinaryDiffEqRosenbrock/src/rosenbrock_caches.jl
@@ -426,7 +426,7 @@ function alg_cache(alg::Rodas3, u, rate_prototype, ::Type{uEltypeNoUnits},
426
jac_config = build_jac_config(alg, f, uf, du1, uprev, u, tmp, du2)
427
J, W = build_J_W(alg, u, uprev, p, t, dt, f, jac_config, uEltypeNoUnits, Val(true))
428
linprob = LinearProblem(W, _vec(linsolve_tmp), (nothing, u, p, t); u0 = _vec(tmp))
429
- linsolve = init(linprob, alg.wrapprecs(alg, W, weight, u, p, t), alias = LinearAliasSpecifier(alias_A = true, alias_b = true),
+ linsolve = init(linprob, wrapprecs(alg, W, weight, u, p, t), alias = LinearAliasSpecifier(alias_A = true, alias_b = true),
430
assumptions = LinearSolve.OperatorAssumptions(true))
431
Rosenbrock34Cache(u, uprev, du, du1, du2, k1, k2, k3, k4,
432
fsalfirst, fsallast, dT, J, W, tmp, atmp, weight, tab, tf, uf,
0 commit comments