@@ -100,11 +100,7 @@ function alg_cache(alg::Rosenbrock23, u, rate_prototype, ::Type{uEltypeNoUnits},
100
100
linsolve_tmp = zero (rate_prototype)
101
101
102
102
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
103
- Pl, Pr = wrapprecs (
104
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
105
- nothing )... , weight, tmp)
106
103
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
107
- Pl = Pl, Pr = Pr,
108
104
assumptions = LinearSolve. OperatorAssumptions (true ))
109
105
110
106
grad_config = build_grad_config (alg, f, tf, du1, t)
@@ -146,11 +142,7 @@ function alg_cache(alg::Rosenbrock32, u, rate_prototype, ::Type{uEltypeNoUnits},
146
142
linsolve_tmp = zero (rate_prototype)
147
143
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
148
144
149
- Pl, Pr = wrapprecs (
150
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
151
- nothing )... , weight, tmp)
152
145
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
153
- Pl = Pl, Pr = Pr,
154
146
assumptions = LinearSolve. OperatorAssumptions (true ))
155
147
grad_config = build_grad_config (alg, f, tf, du1, t)
156
148
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2, Val (false ))
@@ -294,11 +286,7 @@ function alg_cache(alg::ROS3P, u, rate_prototype, ::Type{uEltypeNoUnits},
294
286
uf = UJacobianWrapper (f, t, p)
295
287
linsolve_tmp = zero (rate_prototype)
296
288
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
297
- Pl, Pr = wrapprecs (
298
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
299
- nothing )... , weight, tmp)
300
289
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
301
- Pl = Pl, Pr = Pr,
302
290
assumptions = LinearSolve. OperatorAssumptions (true ))
303
291
grad_config = build_grad_config (alg, f, tf, du1, t)
304
292
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -380,11 +368,7 @@ function alg_cache(alg::Rodas3, u, rate_prototype, ::Type{uEltypeNoUnits},
380
368
uf = UJacobianWrapper (f, t, p)
381
369
linsolve_tmp = zero (rate_prototype)
382
370
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
383
- Pl, Pr = wrapprecs (
384
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
385
- nothing )... , weight, tmp)
386
371
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
387
- Pl = Pl, Pr = Pr,
388
372
assumptions = LinearSolve. OperatorAssumptions (true ))
389
373
grad_config = build_grad_config (alg, f, tf, du1, t)
390
374
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -573,11 +557,7 @@ function alg_cache(alg::Rodas23W, u, rate_prototype, ::Type{uEltypeNoUnits},
573
557
uf = UJacobianWrapper (f, t, p)
574
558
linsolve_tmp = zero (rate_prototype)
575
559
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
576
- Pl, Pr = wrapprecs (
577
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
578
- nothing )... , weight, tmp)
579
560
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
580
- Pl = Pl, Pr = Pr,
581
561
assumptions = LinearSolve. OperatorAssumptions (true ))
582
562
grad_config = build_grad_config (alg, f, tf, du1, t)
583
563
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -617,11 +597,7 @@ function alg_cache(alg::Rodas3P, u, rate_prototype, ::Type{uEltypeNoUnits},
617
597
uf = UJacobianWrapper (f, t, p)
618
598
linsolve_tmp = zero (rate_prototype)
619
599
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
620
- Pl, Pr = wrapprecs (
621
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
622
- nothing )... , weight, tmp)
623
600
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
624
- Pl = Pl, Pr = Pr,
625
601
assumptions = LinearSolve. OperatorAssumptions (true ))
626
602
grad_config = build_grad_config (alg, f, tf, du1, t)
627
603
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},
740
716
uf = UJacobianWrapper (f, t, p)
741
717
linsolve_tmp = zero (rate_prototype)
742
718
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)
746
719
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
747
- Pl = Pl, Pr = Pr,
748
720
assumptions = LinearSolve. OperatorAssumptions (true ))
749
721
grad_config = build_grad_config (alg, f, tf, du1, t)
750
722
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -800,11 +772,7 @@ function alg_cache(alg::Rodas42, u, rate_prototype, ::Type{uEltypeNoUnits},
800
772
uf = UJacobianWrapper (f, t, p)
801
773
linsolve_tmp = zero (rate_prototype)
802
774
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
803
- Pl, Pr = wrapprecs (
804
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
805
- nothing )... , weight, tmp)
806
775
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
807
- Pl = Pl, Pr = Pr,
808
776
assumptions = LinearSolve. OperatorAssumptions (true ))
809
777
grad_config = build_grad_config (alg, f, tf, du1, t)
810
778
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -860,11 +828,7 @@ function alg_cache(alg::Rodas4P, u, rate_prototype, ::Type{uEltypeNoUnits},
860
828
uf = UJacobianWrapper (f, t, p)
861
829
linsolve_tmp = zero (rate_prototype)
862
830
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
863
- Pl, Pr = wrapprecs (
864
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
865
- nothing )... , weight, tmp)
866
831
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
867
- Pl = Pl, Pr = Pr,
868
832
assumptions = LinearSolve. OperatorAssumptions (true ))
869
833
grad_config = build_grad_config (alg, f, tf, du1, t)
870
834
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -920,11 +884,7 @@ function alg_cache(alg::Rodas4P2, u, rate_prototype, ::Type{uEltypeNoUnits},
920
884
uf = UJacobianWrapper (f, t, p)
921
885
linsolve_tmp = zero (rate_prototype)
922
886
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
923
- Pl, Pr = wrapprecs (
924
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
925
- nothing )... , weight, tmp)
926
887
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
927
- Pl = Pl, Pr = Pr,
928
888
assumptions = LinearSolve. OperatorAssumptions (true ))
929
889
grad_config = build_grad_config (alg, f, tf, du1, t)
930
890
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -1037,11 +997,7 @@ function alg_cache(alg::Rodas5, u, rate_prototype, ::Type{uEltypeNoUnits},
1037
997
uf = UJacobianWrapper (f, t, p)
1038
998
linsolve_tmp = zero (rate_prototype)
1039
999
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
1040
- Pl, Pr = wrapprecs (
1041
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
1042
- nothing )... , weight, tmp)
1043
1000
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
1044
- Pl = Pl, Pr = Pr,
1045
1001
assumptions = LinearSolve. OperatorAssumptions (true ))
1046
1002
grad_config = build_grad_config (alg, f, tf, du1, t)
1047
1003
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -1101,11 +1057,7 @@ function alg_cache(
1101
1057
uf = UJacobianWrapper (f, t, p)
1102
1058
linsolve_tmp = zero (rate_prototype)
1103
1059
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
1104
- Pl, Pr = wrapprecs (
1105
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
1106
- nothing )... , weight, tmp)
1107
1060
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
1108
- Pl = Pl, Pr = Pr,
1109
1061
assumptions = LinearSolve. OperatorAssumptions (true ))
1110
1062
grad_config = build_grad_config (alg, f, tf, du1, t)
1111
1063
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
0 commit comments