Home
last modified time | relevance | path

Searched refs:idt (Results 1 – 25 of 25) sorted by relevance

/petsc/src/mat/impls/baij/seq/
H A Dbaijsolvnat14.c11 PetscInt i, k, nz, idx, idt, m; in MatSolve_SeqBAIJ_14_NaturalOrdering() local
26 idt = bs * i; in MatSolve_SeqBAIJ_14_NaturalOrdering()
27 x[idt] = b[idt]; in MatSolve_SeqBAIJ_14_NaturalOrdering()
28 x[1 + idt] = b[1 + idt]; in MatSolve_SeqBAIJ_14_NaturalOrdering()
29 x[2 + idt] = b[2 + idt]; in MatSolve_SeqBAIJ_14_NaturalOrdering()
30 x[3 + idt] = b[3 + idt]; in MatSolve_SeqBAIJ_14_NaturalOrdering()
31 x[4 + idt] = b[4 + idt]; in MatSolve_SeqBAIJ_14_NaturalOrdering()
32 x[5 + idt] = b[5 + idt]; in MatSolve_SeqBAIJ_14_NaturalOrdering()
33 x[6 + idt] = b[6 + idt]; in MatSolve_SeqBAIJ_14_NaturalOrdering()
34 x[7 + idt] = b[7 + idt]; in MatSolve_SeqBAIJ_14_NaturalOrdering()
[all …]
H A Dbaijsolvnat11.c11 PetscInt i, k, nz, idx, idt, m; in MatSolve_SeqBAIJ_11_NaturalOrdering() local
26 idt = bs * i; in MatSolve_SeqBAIJ_11_NaturalOrdering()
27 x[idt] = b[idt]; in MatSolve_SeqBAIJ_11_NaturalOrdering()
28 x[1 + idt] = b[1 + idt]; in MatSolve_SeqBAIJ_11_NaturalOrdering()
29 x[2 + idt] = b[2 + idt]; in MatSolve_SeqBAIJ_11_NaturalOrdering()
30 x[3 + idt] = b[3 + idt]; in MatSolve_SeqBAIJ_11_NaturalOrdering()
31 x[4 + idt] = b[4 + idt]; in MatSolve_SeqBAIJ_11_NaturalOrdering()
32 x[5 + idt] = b[5 + idt]; in MatSolve_SeqBAIJ_11_NaturalOrdering()
33 x[6 + idt] = b[6 + idt]; in MatSolve_SeqBAIJ_11_NaturalOrdering()
34 x[7 + idt] = b[7 + idt]; in MatSolve_SeqBAIJ_11_NaturalOrdering()
[all …]
H A Dbaijsolvnat15.c10 PetscInt i, nz, idx, idt, m; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2() local
43 idt = bs * i; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2()
44 s1 = b[idt]; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2()
45 s2 = b[1 + idt]; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2()
46 s3 = b[2 + idt]; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2()
47 s4 = b[3 + idt]; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2()
48 s5 = b[4 + idt]; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2()
49 s6 = b[5 + idt]; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2()
50 s7 = b[6 + idt]; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2()
51 s8 = b[7 + idt]; in MatSolve_SeqBAIJ_15_NaturalOrdering_ver2()
[all …]
H A Dbaijsolvnat5.c8 PetscInt i, nz, idx, idt, jdx; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace() local
58 idt = 5 * i; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace()
59 s1 = x[idt]; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace()
60 s2 = x[1 + idt]; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace()
61 s3 = x[2 + idt]; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace()
62 s4 = x[3 + idt]; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace()
63 s5 = x[4 + idt]; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace()
79 x[idt] = v[0] * s1 + v[5] * s2 + v[10] * s3 + v[15] * s4 + v[20] * s5; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace()
80 x[1 + idt] = v[1] * s1 + v[6] * s2 + v[11] * s3 + v[16] * s4 + v[21] * s5; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace()
81 x[2 + idt] = v[2] * s1 + v[7] * s2 + v[12] * s3 + v[17] * s4 + v[22] * s5; in MatSolve_SeqBAIJ_5_NaturalOrdering_inplace()
[all …]
H A Dbaijsolvnat6.c7 PetscInt i, nz, idx, idt, jdx; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace() local
63 idt = 6 * i; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace()
64 s1 = x[idt]; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace()
65 s2 = x[1 + idt]; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace()
66 s3 = x[2 + idt]; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace()
67 s4 = x[3 + idt]; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace()
68 s5 = x[4 + idt]; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace()
69 s6 = x[5 + idt]; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace()
87 x[idt] = v[0] * s1 + v[6] * s2 + v[12] * s3 + v[18] * s4 + v[24] * s5 + v[30] * s6; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace()
88 x[1 + idt] = v[1] * s1 + v[7] * s2 + v[13] * s3 + v[19] * s4 + v[25] * s5 + v[31] * s6; in MatSolve_SeqBAIJ_6_NaturalOrdering_inplace()
[all …]
H A Dbaijsolvnat4.c33 PetscInt jdx, idt, idx, nz, i, ai16; in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace() local
69 idt = 4 * (n - 1); in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace()
75 s1 = x[idt]; in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace()
76 s2 = x[1 + idt]; in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace()
77 s3 = x[2 + idt]; in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace()
78 s4 = x[3 + idt]; in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace()
92 x[idt] = v[0] * s1 + v[4] * s2 + v[8] * s3 + v[12] * s4; in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace()
93 x[1 + idt] = v[1] * s1 + v[5] * s2 + v[9] * s3 + v[13] * s4; in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace()
94 x[2 + idt] = v[2] * s1 + v[6] * s2 + v[10] * s3 + v[14] * s4; in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace()
95 x[3 + idt] = v[3] * s1 + v[7] * s2 + v[11] * s3 + v[15] * s4; in MatSolve_SeqBAIJ_4_NaturalOrdering_inplace()
[all …]
H A Dbaijsolv.c69 PetscInt i, nz, idx, idt, idc; in MatSolve_SeqBAIJ_7_inplace() local
138 idt = 7 * i; in MatSolve_SeqBAIJ_7_inplace()
139 s1 = t[idt]; in MatSolve_SeqBAIJ_7_inplace()
140 s2 = t[1 + idt]; in MatSolve_SeqBAIJ_7_inplace()
141 s3 = t[2 + idt]; in MatSolve_SeqBAIJ_7_inplace()
142 s4 = t[3 + idt]; in MatSolve_SeqBAIJ_7_inplace()
143 s5 = t[4 + idt]; in MatSolve_SeqBAIJ_7_inplace()
144 s6 = t[5 + idt]; in MatSolve_SeqBAIJ_7_inplace()
145 s7 = t[6 + idt]; in MatSolve_SeqBAIJ_7_inplace()
166 …x[idc] = t[idt] = v[0] * s1 + v[7] * s2 + v[14] * s3 + v[21] * s4 + v[28] * s5 + v[35] * s6 + v[42… in MatSolve_SeqBAIJ_7_inplace()
[all …]
H A Dbaijsolvnat7.c8 PetscInt i, nz, idx, idt, jdx; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace() local
68 idt = 7 * i; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace()
69 s1 = x[idt]; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace()
70 s2 = x[1 + idt]; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace()
71 s3 = x[2 + idt]; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace()
72 s4 = x[3 + idt]; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace()
73 s5 = x[4 + idt]; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace()
74 s6 = x[5 + idt]; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace()
75 s7 = x[6 + idt]; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace()
95 …x[idt] = v[0] * s1 + v[7] * s2 + v[14] * s3 + v[21] * s4 + v[28] * s5 + v[35] * s6 + v[42] * s… in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace()
[all …]
H A Dbaijsolvnat3.c16 PetscInt jdx, idt, idx, nz, i; in MatSolve_SeqBAIJ_3_NaturalOrdering_inplace() local
54 idt = 3 * i; in MatSolve_SeqBAIJ_3_NaturalOrdering_inplace()
55 s1 = x[idt]; in MatSolve_SeqBAIJ_3_NaturalOrdering_inplace()
56 s2 = x[1 + idt]; in MatSolve_SeqBAIJ_3_NaturalOrdering_inplace()
57 s3 = x[2 + idt]; in MatSolve_SeqBAIJ_3_NaturalOrdering_inplace()
69 x[idt] = v[0] * s1 + v[3] * s2 + v[6] * s3; in MatSolve_SeqBAIJ_3_NaturalOrdering_inplace()
70 x[1 + idt] = v[1] * s1 + v[4] * s2 + v[7] * s3; in MatSolve_SeqBAIJ_3_NaturalOrdering_inplace()
71 x[2 + idt] = v[2] * s1 + v[5] * s2 + v[8] * s3; in MatSolve_SeqBAIJ_3_NaturalOrdering_inplace()
84 PetscInt i, k, nz, idx, jdx, idt; in MatSolve_SeqBAIJ_3_NaturalOrdering() local
129 idt = bs * i; in MatSolve_SeqBAIJ_3_NaturalOrdering()
[all …]
H A Dbaijsolvnat2.c19 PetscInt jdx, idt, idx, nz, i; in MatSolve_SeqBAIJ_2_NaturalOrdering_inplace() local
52 idt = 2 * i; in MatSolve_SeqBAIJ_2_NaturalOrdering_inplace()
53 s1 = x[idt]; in MatSolve_SeqBAIJ_2_NaturalOrdering_inplace()
54 s2 = x[1 + idt]; in MatSolve_SeqBAIJ_2_NaturalOrdering_inplace()
64 x[idt] = v[0] * s1 + v[2] * s2; in MatSolve_SeqBAIJ_2_NaturalOrdering_inplace()
65 x[1 + idt] = v[1] * s1 + v[3] * s2; in MatSolve_SeqBAIJ_2_NaturalOrdering_inplace()
78 PetscInt i, k, nz, idx, idt, jdx; in MatSolve_SeqBAIJ_2_NaturalOrdering() local
116 idt = 2 * i; in MatSolve_SeqBAIJ_2_NaturalOrdering()
117 s1 = x[idt]; in MatSolve_SeqBAIJ_2_NaturalOrdering()
118 s2 = x[1 + idt]; in MatSolve_SeqBAIJ_2_NaturalOrdering()
[all …]
H A Dbaijsolvtrannat4.c7 PetscInt i, nz, idx, idt, oidx; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering_inplace() local
51 idt = 4 * i; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering_inplace()
52 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering_inplace()
53 s2 = x[1 + idt]; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering_inplace()
54 s3 = x[2 + idt]; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering_inplace()
55 s4 = x[3 + idt]; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering_inplace()
74 PetscInt nz, idx, idt, j, i, oidx; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering() local
119 idt = bs * i; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering()
120 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering()
121 s2 = x[1 + idt]; in MatSolveTranspose_SeqBAIJ_4_NaturalOrdering()
[all …]
H A Dbaijsolvtrannat5.c7 PetscInt i, nz, idx, idt, oidx; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering_inplace() local
55 idt = 5 * i; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering_inplace()
56 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering_inplace()
57 s2 = x[1 + idt]; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering_inplace()
58 s3 = x[2 + idt]; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering_inplace()
59 s4 = x[3 + idt]; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering_inplace()
60 s5 = x[4 + idt]; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering_inplace()
80 PetscInt nz, idx, idt, j, i, oidx; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering() local
129 idt = bs * i; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering()
130 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_5_NaturalOrdering()
[all …]
H A Dbaijsolvtrannat3.c7 PetscInt i, nz, idx, idt, oidx; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering_inplace() local
47 idt = 3 * i; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering_inplace()
48 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering_inplace()
49 s2 = x[1 + idt]; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering_inplace()
50 s3 = x[2 + idt]; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering_inplace()
68 PetscInt nz, idx, idt, j, i, oidx; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering() local
109 idt = bs * i; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering()
110 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering()
111 s2 = x[1 + idt]; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering()
112 s3 = x[2 + idt]; in MatSolveTranspose_SeqBAIJ_3_NaturalOrdering()
H A Dbaijsolvtrannat6.c7 PetscInt i, nz, idx, idt, oidx; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace() local
59 idt = 6 * i; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
60 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
61 s2 = x[1 + idt]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
62 s3 = x[2 + idt]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
63 s4 = x[3 + idt]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
64 s5 = x[4 + idt]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
65 s6 = x[5 + idt]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
86 PetscInt nz, idx, idt, j, i, oidx; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering() local
139 idt = bs * i; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
[all …]
H A Dbaijsolvtrannat2.c6 PetscInt i, nz, idx, idt, oidx; in MatSolveTranspose_SeqBAIJ_2_NaturalOrdering_inplace() local
43 idt = 2 * i; in MatSolveTranspose_SeqBAIJ_2_NaturalOrdering_inplace()
44 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_2_NaturalOrdering_inplace()
45 s2 = x[1 + idt]; in MatSolveTranspose_SeqBAIJ_2_NaturalOrdering_inplace()
62 PetscInt nz, idx, idt, j, i, oidx; in MatSolveTranspose_SeqBAIJ_2_NaturalOrdering() local
99 idt = bs * i; in MatSolveTranspose_SeqBAIJ_2_NaturalOrdering()
100 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_2_NaturalOrdering()
101 s2 = x[1 + idt]; in MatSolveTranspose_SeqBAIJ_2_NaturalOrdering()
H A Dbaijsolvtrannat7.c7 PetscInt i, nz, idx, idt, oidx; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace() local
63 idt = 7 * i; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
64 s1 = x[idt]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
65 s2 = x[1 + idt]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
66 s3 = x[2 + idt]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
67 s4 = x[3 + idt]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
68 s5 = x[4 + idt]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
69 s6 = x[5 + idt]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
70 s7 = x[6 + idt]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
91 PetscInt nz, idx, idt, j, i, oidx; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering() local
[all …]
H A Dbaijsolvtran5.c10 PetscInt i, nz, idx, idt, ii, ic, ir, oidx; in MatSolveTranspose_SeqBAIJ_5_inplace() local
77 idt = 5 * i; in MatSolveTranspose_SeqBAIJ_5_inplace()
78 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_5_inplace()
79 s2 = t[1 + idt]; in MatSolveTranspose_SeqBAIJ_5_inplace()
80 s3 = t[2 + idt]; in MatSolveTranspose_SeqBAIJ_5_inplace()
81 s4 = t[3 + idt]; in MatSolveTranspose_SeqBAIJ_5_inplace()
82 s5 = t[4 + idt]; in MatSolveTranspose_SeqBAIJ_5_inplace()
120 PetscInt nz, idx, idt, j, i, oidx, ii, ic, ir; in MatSolveTranspose_SeqBAIJ_5() local
187 idt = bs * i; in MatSolveTranspose_SeqBAIJ_5()
188 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_5()
[all …]
H A Dbaijsolvtran7.c10 PetscInt i, nz, idx, idt, ii, ic, ir, oidx; in MatSolveTranspose_SeqBAIJ_7_inplace() local
87 idt = 7 * i; in MatSolveTranspose_SeqBAIJ_7_inplace()
88 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_7_inplace()
89 s2 = t[1 + idt]; in MatSolveTranspose_SeqBAIJ_7_inplace()
90 s3 = t[2 + idt]; in MatSolveTranspose_SeqBAIJ_7_inplace()
91 s4 = t[3 + idt]; in MatSolveTranspose_SeqBAIJ_7_inplace()
92 s5 = t[4 + idt]; in MatSolveTranspose_SeqBAIJ_7_inplace()
93 s6 = t[5 + idt]; in MatSolveTranspose_SeqBAIJ_7_inplace()
94 s7 = t[6 + idt]; in MatSolveTranspose_SeqBAIJ_7_inplace()
135 PetscInt nz, idx, idt, j, i, oidx, ii, ic, ir; in MatSolveTranspose_SeqBAIJ_7() local
[all …]
H A Dbaijsolvtran4.c10 PetscInt i, nz, idx, idt, ii, ic, ir, oidx; in MatSolveTranspose_SeqBAIJ_4_inplace() local
72 idt = 4 * i; in MatSolveTranspose_SeqBAIJ_4_inplace()
73 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_4_inplace()
74 s2 = t[1 + idt]; in MatSolveTranspose_SeqBAIJ_4_inplace()
75 s3 = t[2 + idt]; in MatSolveTranspose_SeqBAIJ_4_inplace()
76 s4 = t[3 + idt]; in MatSolveTranspose_SeqBAIJ_4_inplace()
112 PetscInt nz, idx, idt, j, i, oidx, ii, ic, ir; in MatSolveTranspose_SeqBAIJ_4() local
174 idt = bs * i; in MatSolveTranspose_SeqBAIJ_4()
175 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_4()
176 s2 = t[1 + idt]; in MatSolveTranspose_SeqBAIJ_4()
[all …]
H A Dbaijsolvtran6.c10 PetscInt i, nz, idx, idt, ii, ic, ir, oidx; in MatSolveTranspose_SeqBAIJ_6_inplace() local
82 idt = 6 * i; in MatSolveTranspose_SeqBAIJ_6_inplace()
83 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_6_inplace()
84 s2 = t[1 + idt]; in MatSolveTranspose_SeqBAIJ_6_inplace()
85 s3 = t[2 + idt]; in MatSolveTranspose_SeqBAIJ_6_inplace()
86 s4 = t[3 + idt]; in MatSolveTranspose_SeqBAIJ_6_inplace()
87 s5 = t[4 + idt]; in MatSolveTranspose_SeqBAIJ_6_inplace()
88 s6 = t[5 + idt]; in MatSolveTranspose_SeqBAIJ_6_inplace()
128 PetscInt nz, idx, idt, j, i, oidx, ii, ic, ir; in MatSolveTranspose_SeqBAIJ_6() local
200 idt = bs * i; in MatSolveTranspose_SeqBAIJ_6()
[all …]
H A Dbaijsolvtran3.c10 PetscInt i, nz, idx, idt, ii, ic, ir, oidx; in MatSolveTranspose_SeqBAIJ_3_inplace() local
67 idt = 3 * i; in MatSolveTranspose_SeqBAIJ_3_inplace()
68 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_3_inplace()
69 s2 = t[1 + idt]; in MatSolveTranspose_SeqBAIJ_3_inplace()
70 s3 = t[2 + idt]; in MatSolveTranspose_SeqBAIJ_3_inplace()
104 PetscInt nz, idx, idt, j, i, oidx, ii, ic, ir; in MatSolveTranspose_SeqBAIJ_3() local
161 idt = bs * i; in MatSolveTranspose_SeqBAIJ_3()
162 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_3()
163 s2 = t[1 + idt]; in MatSolveTranspose_SeqBAIJ_3()
164 s3 = t[2 + idt]; in MatSolveTranspose_SeqBAIJ_3()
H A Dbaijsolvtran2.c10 PetscInt i, nz, idx, idt, ii, ic, ir, oidx; in MatSolveTranspose_SeqBAIJ_2_inplace() local
62 idt = 2 * i; in MatSolveTranspose_SeqBAIJ_2_inplace()
63 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_2_inplace()
64 s2 = t[1 + idt]; in MatSolveTranspose_SeqBAIJ_2_inplace()
96 PetscInt nz, idx, idt, j, i, oidx, ii, ic, ir; in MatSolveTranspose_SeqBAIJ_2() local
148 idt = bs * i; in MatSolveTranspose_SeqBAIJ_2()
149 s1 = t[idt]; in MatSolveTranspose_SeqBAIJ_2()
150 s2 = t[1 + idt]; in MatSolveTranspose_SeqBAIJ_2()
H A Dbaijsolvnat1.c16 PetscInt jdx, idt, idx, nz, i; in MatSolve_SeqBAIJ_1_NaturalOrdering_inplace() local
44 idt = i; in MatSolve_SeqBAIJ_1_NaturalOrdering_inplace()
45 s1 = x[idt]; in MatSolve_SeqBAIJ_1_NaturalOrdering_inplace()
53 x[idt] = v[0] * s1; in MatSolve_SeqBAIJ_1_NaturalOrdering_inplace()
/petsc/src/binding/petsc4py/test/
H A Dtest_mat_dense.py10 idt = PETSc.IntType
12 rows = np.array(range(start, end), dtype=idt)
13 cols = np.array(range(N), dtype=idt)
H A Dtest_mat_aij.py11 idt = PETSc.IntType
31 nods = N.array(range(start, end), dtype=idt)
32 xadj = N.array([0] * (len(rows) + 1), dtype=idt)
34 xadj[1:] = N.cumsum([len(r) for r in rows], dtype=idt)
36 adjy = N.array([], dtype=idt)
38 adjy = N.concatenate(rows).astype(idt)