@@ -97,11 +97,7 @@ function alg_cache(alg::Rosenbrock23, u, rate_prototype, ::Type{uEltypeNoUnits},
9797 linsolve_tmp = zero (rate_prototype)
9898
9999 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
100- Pl, Pr = wrapprecs (
101- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
102- nothing )... , weight, tmp)
103100 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
104- Pl = Pl, Pr = Pr,
105101 assumptions = LinearSolve. OperatorAssumptions (true ))
106102
107103 grad_config = build_grad_config (alg, f, tf, du1, t)
@@ -143,11 +139,7 @@ function alg_cache(alg::Rosenbrock32, u, rate_prototype, ::Type{uEltypeNoUnits},
143139 linsolve_tmp = zero (rate_prototype)
144140 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
145141
146- Pl, Pr = wrapprecs (
147- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
148- nothing )... , weight, tmp)
149142 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
150- Pl = Pl, Pr = Pr,
151143 assumptions = LinearSolve. OperatorAssumptions (true ))
152144 grad_config = build_grad_config (alg, f, tf, du1, t)
153145 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2, Val (false ))
@@ -291,11 +283,7 @@ function alg_cache(alg::ROS3P, u, rate_prototype, ::Type{uEltypeNoUnits},
291283 uf = UJacobianWrapper (f, t, p)
292284 linsolve_tmp = zero (rate_prototype)
293285 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
294- Pl, Pr = wrapprecs (
295- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
296- nothing )... , weight, tmp)
297286 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
298- Pl = Pl, Pr = Pr,
299287 assumptions = LinearSolve. OperatorAssumptions (true ))
300288 grad_config = build_grad_config (alg, f, tf, du1, t)
301289 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -377,11 +365,7 @@ function alg_cache(alg::Rodas3, u, rate_prototype, ::Type{uEltypeNoUnits},
377365 uf = UJacobianWrapper (f, t, p)
378366 linsolve_tmp = zero (rate_prototype)
379367 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
380- Pl, Pr = wrapprecs (
381- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
382- nothing )... , weight, tmp)
383368 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
384- Pl = Pl, Pr = Pr,
385369 assumptions = LinearSolve. OperatorAssumptions (true ))
386370 grad_config = build_grad_config (alg, f, tf, du1, t)
387371 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -570,11 +554,7 @@ function alg_cache(alg::Rodas23W, u, rate_prototype, ::Type{uEltypeNoUnits},
570554 uf = UJacobianWrapper (f, t, p)
571555 linsolve_tmp = zero (rate_prototype)
572556 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
573- Pl, Pr = wrapprecs (
574- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
575- nothing )... , weight, tmp)
576557 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
577- Pl = Pl, Pr = Pr,
578558 assumptions = LinearSolve. OperatorAssumptions (true ))
579559 grad_config = build_grad_config (alg, f, tf, du1, t)
580560 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -615,11 +595,7 @@ function alg_cache(alg::Rodas3P, u, rate_prototype, ::Type{uEltypeNoUnits},
615595 uf = UJacobianWrapper (f, t, p)
616596 linsolve_tmp = zero (rate_prototype)
617597 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
618- Pl, Pr = wrapprecs (
619- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
620- nothing )... , weight, tmp)
621598 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
622- Pl = Pl, Pr = Pr,
623599 assumptions = LinearSolve. OperatorAssumptions (true ))
624600 grad_config = build_grad_config (alg, f, tf, du1, t)
625601 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -740,11 +716,7 @@ function alg_cache(alg::Rodas4, u, rate_prototype, ::Type{uEltypeNoUnits},
740716 uf = UJacobianWrapper (f, t, p)
741717 linsolve_tmp = zero (rate_prototype)
742718 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
743- Pl, Pr = wrapprecs (
744- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
745- nothing )... , weight, tmp)
746719 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
747- Pl = Pl, Pr = Pr,
748720 assumptions = LinearSolve. OperatorAssumptions (true ))
749721 grad_config = build_grad_config (alg, f, tf, du1, t)
750722 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -802,11 +774,7 @@ function alg_cache(alg::Rodas42, u, rate_prototype, ::Type{uEltypeNoUnits},
802774 uf = UJacobianWrapper (f, t, p)
803775 linsolve_tmp = zero (rate_prototype)
804776 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
805- Pl, Pr = wrapprecs (
806- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
807- nothing )... , weight, tmp)
808777 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
809- Pl = Pl, Pr = Pr,
810778 assumptions = LinearSolve. OperatorAssumptions (true ))
811779 grad_config = build_grad_config (alg, f, tf, du1, t)
812780 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -862,11 +830,7 @@ function alg_cache(alg::Rodas4P, u, rate_prototype, ::Type{uEltypeNoUnits},
862830 uf = UJacobianWrapper (f, t, p)
863831 linsolve_tmp = zero (rate_prototype)
864832 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
865- Pl, Pr = wrapprecs (
866- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
867- nothing )... , weight, tmp)
868833 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
869- Pl = Pl, Pr = Pr,
870834 assumptions = LinearSolve. OperatorAssumptions (true ))
871835 grad_config = build_grad_config (alg, f, tf, du1, t)
872836 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -922,11 +886,7 @@ function alg_cache(alg::Rodas4P2, u, rate_prototype, ::Type{uEltypeNoUnits},
922886 uf = UJacobianWrapper (f, t, p)
923887 linsolve_tmp = zero (rate_prototype)
924888 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
925- Pl, Pr = wrapprecs (
926- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
927- nothing )... , weight, tmp)
928889 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
929- Pl = Pl, Pr = Pr,
930890 assumptions = LinearSolve. OperatorAssumptions (true ))
931891 grad_config = build_grad_config (alg, f, tf, du1, t)
932892 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -1041,11 +1001,7 @@ function alg_cache(alg::Rodas5, u, rate_prototype, ::Type{uEltypeNoUnits},
10411001 uf = UJacobianWrapper (f, t, p)
10421002 linsolve_tmp = zero (rate_prototype)
10431003 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
1044- Pl, Pr = wrapprecs (
1045- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
1046- nothing )... , weight, tmp)
10471004 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
1048- Pl = Pl, Pr = Pr,
10491005 assumptions = LinearSolve. OperatorAssumptions (true ))
10501006 grad_config = build_grad_config (alg, f, tf, du1, t)
10511007 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -1105,11 +1061,7 @@ function alg_cache(
11051061 uf = UJacobianWrapper (f, t, p)
11061062 linsolve_tmp = zero (rate_prototype)
11071063 linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
1108- Pl, Pr = wrapprecs (
1109- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
1110- nothing )... , weight, tmp)
11111064 linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
1112- Pl = Pl, Pr = Pr,
11131065 assumptions = LinearSolve. OperatorAssumptions (true ))
11141066 grad_config = build_grad_config (alg, f, tf, du1, t)
11151067 jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -1140,4 +1092,4 @@ end
11401092
11411093# ## RosenbrockW6S4O
11421094
1143- @RosenbrockW6S4OS (:cache )
1095+ @RosenbrockW6S4OS (:cache )
0 commit comments