@@ -95,11 +95,7 @@ function alg_cache(alg::Rosenbrock23, u, rate_prototype, ::Type{uEltypeNoUnits},
95
95
linsolve_tmp = zero (rate_prototype)
96
96
97
97
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
98
- Pl, Pr = wrapprecs (
99
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
100
- nothing )... , weight, tmp)
101
98
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
102
- Pl = Pl, Pr = Pr,
103
99
assumptions = LinearSolve. OperatorAssumptions (true ))
104
100
105
101
grad_config = build_grad_config (alg, f, tf, du1, t)
@@ -141,11 +137,7 @@ function alg_cache(alg::Rosenbrock32, u, rate_prototype, ::Type{uEltypeNoUnits},
141
137
linsolve_tmp = zero (rate_prototype)
142
138
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
143
139
144
- Pl, Pr = wrapprecs (
145
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
146
- nothing )... , weight, tmp)
147
140
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
148
- Pl = Pl, Pr = Pr,
149
141
assumptions = LinearSolve. OperatorAssumptions (true ))
150
142
grad_config = build_grad_config (alg, f, tf, du1, t)
151
143
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2, Val (false ))
@@ -289,11 +281,7 @@ function alg_cache(alg::ROS3P, u, rate_prototype, ::Type{uEltypeNoUnits},
289
281
uf = UJacobianWrapper (f, t, p)
290
282
linsolve_tmp = zero (rate_prototype)
291
283
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
292
- Pl, Pr = wrapprecs (
293
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
294
- nothing )... , weight, tmp)
295
284
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
296
- Pl = Pl, Pr = Pr,
297
285
assumptions = LinearSolve. OperatorAssumptions (true ))
298
286
grad_config = build_grad_config (alg, f, tf, du1, t)
299
287
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -375,11 +363,7 @@ function alg_cache(alg::Rodas3, u, rate_prototype, ::Type{uEltypeNoUnits},
375
363
uf = UJacobianWrapper (f, t, p)
376
364
linsolve_tmp = zero (rate_prototype)
377
365
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
378
- Pl, Pr = wrapprecs (
379
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
380
- nothing )... , weight, tmp)
381
366
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
382
- Pl = Pl, Pr = Pr,
383
367
assumptions = LinearSolve. OperatorAssumptions (true ))
384
368
grad_config = build_grad_config (alg, f, tf, du1, t)
385
369
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -568,11 +552,7 @@ function alg_cache(alg::Rodas23W, u, rate_prototype, ::Type{uEltypeNoUnits},
568
552
uf = UJacobianWrapper (f, t, p)
569
553
linsolve_tmp = zero (rate_prototype)
570
554
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
571
- Pl, Pr = wrapprecs (
572
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
573
- nothing )... , weight, tmp)
574
555
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
575
- Pl = Pl, Pr = Pr,
576
556
assumptions = LinearSolve. OperatorAssumptions (true ))
577
557
grad_config = build_grad_config (alg, f, tf, du1, t)
578
558
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -612,11 +592,7 @@ function alg_cache(alg::Rodas3P, u, rate_prototype, ::Type{uEltypeNoUnits},
612
592
uf = UJacobianWrapper (f, t, p)
613
593
linsolve_tmp = zero (rate_prototype)
614
594
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
615
- Pl, Pr = wrapprecs (
616
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
617
- nothing )... , weight, tmp)
618
595
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
619
- Pl = Pl, Pr = Pr,
620
596
assumptions = LinearSolve. OperatorAssumptions (true ))
621
597
grad_config = build_grad_config (alg, f, tf, du1, t)
622
598
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -735,11 +711,7 @@ function alg_cache(alg::Rodas4, u, rate_prototype, ::Type{uEltypeNoUnits},
735
711
uf = UJacobianWrapper (f, t, p)
736
712
linsolve_tmp = zero (rate_prototype)
737
713
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
738
- Pl, Pr = wrapprecs (
739
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
740
- nothing )... , weight, tmp)
741
714
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
742
- Pl = Pl, Pr = Pr,
743
715
assumptions = LinearSolve. OperatorAssumptions (true ))
744
716
grad_config = build_grad_config (alg, f, tf, du1, t)
745
717
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -795,11 +767,7 @@ function alg_cache(alg::Rodas42, u, rate_prototype, ::Type{uEltypeNoUnits},
795
767
uf = UJacobianWrapper (f, t, p)
796
768
linsolve_tmp = zero (rate_prototype)
797
769
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
798
- Pl, Pr = wrapprecs (
799
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
800
- nothing )... , weight, tmp)
801
770
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
802
- Pl = Pl, Pr = Pr,
803
771
assumptions = LinearSolve. OperatorAssumptions (true ))
804
772
grad_config = build_grad_config (alg, f, tf, du1, t)
805
773
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -855,11 +823,7 @@ function alg_cache(alg::Rodas4P, u, rate_prototype, ::Type{uEltypeNoUnits},
855
823
uf = UJacobianWrapper (f, t, p)
856
824
linsolve_tmp = zero (rate_prototype)
857
825
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
858
- Pl, Pr = wrapprecs (
859
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
860
- nothing )... , weight, tmp)
861
826
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
862
- Pl = Pl, Pr = Pr,
863
827
assumptions = LinearSolve. OperatorAssumptions (true ))
864
828
grad_config = build_grad_config (alg, f, tf, du1, t)
865
829
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -915,11 +879,7 @@ function alg_cache(alg::Rodas4P2, u, rate_prototype, ::Type{uEltypeNoUnits},
915
879
uf = UJacobianWrapper (f, t, p)
916
880
linsolve_tmp = zero (rate_prototype)
917
881
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
918
- Pl, Pr = wrapprecs (
919
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
920
- nothing )... , weight, tmp)
921
882
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
922
- Pl = Pl, Pr = Pr,
923
883
assumptions = LinearSolve. OperatorAssumptions (true ))
924
884
grad_config = build_grad_config (alg, f, tf, du1, t)
925
885
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -1032,11 +992,7 @@ function alg_cache(alg::Rodas5, u, rate_prototype, ::Type{uEltypeNoUnits},
1032
992
uf = UJacobianWrapper (f, t, p)
1033
993
linsolve_tmp = zero (rate_prototype)
1034
994
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
1035
- Pl, Pr = wrapprecs (
1036
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
1037
- nothing )... , weight, tmp)
1038
995
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
1039
- Pl = Pl, Pr = Pr,
1040
996
assumptions = LinearSolve. OperatorAssumptions (true ))
1041
997
grad_config = build_grad_config (alg, f, tf, du1, t)
1042
998
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
@@ -1096,11 +1052,7 @@ function alg_cache(
1096
1052
uf = UJacobianWrapper (f, t, p)
1097
1053
linsolve_tmp = zero (rate_prototype)
1098
1054
linprob = LinearProblem (W, _vec (linsolve_tmp); u0 = _vec (tmp))
1099
- Pl, Pr = wrapprecs (
1100
- alg. precs (W, nothing , u, p, t, nothing , nothing , nothing ,
1101
- nothing )... , weight, tmp)
1102
1055
linsolve = init (linprob, alg. linsolve, alias_A = true , alias_b = true ,
1103
- Pl = Pl, Pr = Pr,
1104
1056
assumptions = LinearSolve. OperatorAssumptions (true ))
1105
1057
grad_config = build_grad_config (alg, f, tf, du1, t)
1106
1058
jac_config = build_jac_config (alg, f, uf, du1, uprev, u, tmp, du2)
0 commit comments