Home
last modified time | relevance | path

Searched refs:p8 (Results 1 – 13 of 13) sorted by relevance

/petsc/src/mat/impls/baij/seq/
H A Dbaijfact13.c21 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace() local
71 p8 = pc[7]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
73 …!= 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0)… in MatILUFactorNumeric_SeqBAIJ_3_inplace()
86 pc[1] = m2 = p2 * x1 + p5 * x2 + p8 * x3; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
90 pc[4] = m5 = p2 * x4 + p5 * x5 + p8 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
94 pc[7] = m8 = p2 * x7 + p5 * x8 + p8 * x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
281 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace() local
328 p8 = pc[7]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
330 …!= 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0)… in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
343 pc[1] = m2 = p2 * x1 + p5 * x2 + p8 * x3; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
[all …]
H A Dbaijfact11.c21 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16; in MatILUFactorNumeric_SeqBAIJ_4_inplace() local
82 p8 = pc[7]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
91 …!= 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0 … in MatILUFactorNumeric_SeqBAIJ_4_inplace()
113 pc[3] = m4 = p4 * x1 + p8 * x2 + p12 * x3 + p16 * x4; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
118 pc[7] = m8 = p4 * x5 + p8 * x6 + p12 * x7 + p16 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
123 pc[11] = m12 = p4 * x9 + p8 * x10 + p12 * x11 + p16 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
128 pc[15] = m16 = p4 * x13 + p8 * x14 + p12 * x15 + p16 * x16; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
352 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace() local
410 p8 = pc[7]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
419 …!= 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0 … in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
[all …]
H A Dbaijfact7.c18 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16; in MatILUFactorNumeric_SeqBAIJ_6_inplace() local
105 p8 = pc[7]; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
134 …!= 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0 … in MatILUFactorNumeric_SeqBAIJ_6_inplace()
174 pc[1] = m2 = p2 * x1 + p8 * x2 + p14 * x3 + p20 * x4 + p26 * x5 + p32 * x6; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
181 pc[7] = m8 = p2 * x7 + p8 * x8 + p14 * x9 + p20 * x10 + p26 * x11 + p32 * x12; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
188 pc[13] = m14 = p2 * x13 + p8 * x14 + p14 * x15 + p20 * x16 + p26 * x17 + p32 * x18; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
195 pc[19] = m20 = p2 * x19 + p8 * x20 + p14 * x21 + p20 * x22 + p26 * x23 + p32 * x24; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
202 pc[25] = m26 = p2 * x25 + p8 * x26 + p14 * x27 + p20 * x28 + p26 * x29 + p32 * x30; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
209 pc[31] = m32 = p2 * x31 + p8 * x32 + p14 * x33 + p20 * x34 + p26 * x35 + p32 * x36; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
480 MatScalar p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace() local
[all …]
H A Dbaijfact9.c22 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16; in MatILUFactorNumeric_SeqBAIJ_5_inplace() local
104 p8 = pc[7]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
122 …!= 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0 … in MatILUFactorNumeric_SeqBAIJ_5_inplace()
152 pc[2] = m3 = p3 * x1 + p8 * x2 + p13 * x3 + p18 * x4 + p23 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
158 pc[7] = m8 = p3 * x6 + p8 * x7 + p13 * x8 + p18 * x9 + p23 * x10; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
164 pc[12] = m13 = p3 * x11 + p8 * x12 + p13 * x13 + p18 * x14 + p23 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
170 pc[17] = m18 = p3 * x16 + p8 * x17 + p13 * x18 + p18 * x19 + p23 * x20; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
176 pc[22] = m23 = p3 * x21 + p8 * x22 + p13 * x23 + p18 * x24 + p23 * x25; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
424 MatScalar p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace() local
487 p8 = pc[7]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
[all …]
H A Dbaijfact5.c18 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16; in MatILUFactorNumeric_SeqBAIJ_7_inplace() local
122 p8 = pc[7]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
164 …!= 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0 … in MatILUFactorNumeric_SeqBAIJ_7_inplace()
216 pc[0] = m1 = p1 * x1 + p8 * x2 + p15 * x3 + p22 * x4 + p29 * x5 + p36 * x6 + p43 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
224 pc[7] = m8 = p1 * x8 + p8 * x9 + p15 * x10 + p22 * x11 + p29 * x12 + p36 * x13 + p43 * x14; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
232 … pc[14] = m15 = p1 * x15 + p8 * x16 + p15 * x17 + p22 * x18 + p29 * x19 + p36 * x20 + p43 * x21; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
240 … pc[21] = m22 = p1 * x22 + p8 * x23 + p15 * x24 + p22 * x25 + p29 * x26 + p36 * x27 + p43 * x28; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
248 … pc[28] = m29 = p1 * x29 + p8 * x30 + p15 * x31 + p22 * x32 + p29 * x33 + p36 * x34 + p43 * x35; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
256 … pc[35] = m36 = p1 * x36 + p8 * x37 + p15 * x38 + p22 * x39 + p29 * x40 + p36 * x41 + p43 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
264 … pc[42] = m43 = p1 * x43 + p8 * x44 + p15 * x45 + p22 * x46 + p29 * x47 + p36 * x48 + p43 * x49; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
[all …]
/petsc/src/dm/impls/swarm/tests/output/
H A Dex6_bsi_2d_multiple_2.out34 t 0.1: p8 error [0.0068 0.11] sol [(0.343963 -1.973508) (21.985308 3.802235)] exact [(0.349312 -1.9…
58 t 0.1: p8 error [0.0078 0.14] sol [(0.344548 -1.975475) (21.972077 3.777584)] exact [(0.349312 -1.9…
82 t 0.1: p8 error [0.0081 0.14] sol [(0.344748 -1.975991) (21.969813 3.771211)] exact [(0.349312 -1.9…
H A Dex6_bsi_2d_multiple_1.out34 t 0.1: p8 error [0.093 1.2] sol [(0.428414 -1.920039) (22.645149 2.879463)] exact [(0.349312 -1.969…
58 t 0.1: p8 error [0.043 0.65] sol [(0.385918 -1.947620) (22.302045 3.317255)] exact [(0.349312 -1.96…
82 t 0.1: p8 error [0.018 0.38] sol [(0.365226 -1.961780) (22.134844 3.541222)] exact [(0.349312 -1.96…
H A Dex6_bsi_2d_multiple_3.out34 t 0.01: p8 error [0.0001 0.02] sol [(-1.476854 -1.348817) (15.063524 -16.523095)] exact [(-1.476773…
58 t 0.01: p8 error [0.0001 0.02] sol [(-1.476854 -1.348817) (15.063557 -16.523109)] exact [(-1.476773…
82 t 0.01: p8 error [0.0001 0.02] sol [(-1.476854 -1.348817) (15.063573 -16.523116)] exact [(-1.476773…
H A Dex6_im_2d_multiple_0.out34 t 0.1: p8 error [0.01 0.17] sol [(0.342194 -1.976388) (21.966611 3.745036)] exact [(0.349312 -1.969…
58 t 0.1: p8 error [0.0087 0.15] sol [(0.344105 -1.976195) (21.967403 3.763296)] exact [(0.349312 -1.9…
82 t 0.1: p8 error [0.0083 0.15] sol [(0.344637 -1.976171) (21.968644 3.767641)] exact [(0.349312 -1.9…
H A Dex5_bsi_2d_multiple_2.out51 t 0.001: p8 error [2.3e-11 5.2e-10] sol [(-1.604790 -1.193587) (13.344706 -17.942096)] exact [(-1.6…
112 t 0.001: p8 error [5.8e-12 1.3e-10] sol [(-1.604790 -1.193587) (13.344706 -17.942096)] exact [(-1.6…
213 t 0.001: p8 error [1.5e-12 3.3e-11] sol [(-1.604790 -1.193587) (13.344706 -17.942096)] exact [(-1.6…
H A Dex5_bsi_2d_multiple_1.out51 t 0.001: p8 error [1.2e-06 1.4e-05] sol [(-1.604789 -1.193586) (13.344715 -17.942107)] exact [(-1.6…
112 t 0.001: p8 error [6.2e-07 7e-06] sol [(-1.604789 -1.193586) (13.344710 -17.942102)] exact [(-1.604…
213 t 0.001: p8 error [3.1e-07 3.5e-06] sol [(-1.604790 -1.193587) (13.344708 -17.942099)] exact [(-1.6…
H A Dex5_bsi_2d_multiple_3.out51 t 0.1: p8 error [7e-08 7.8e-07] sol [(0.349312 -1.969259) (22.016986 3.905423)] exact [(0.349312 -1…
112 t 0.1: p8 error [8.7e-09 9.8e-08] sol [(0.349312 -1.969259) (22.016986 3.905423)] exact [(0.349312 …
213 t 0.1: p8 error [1.1e-09 1.2e-08] sol [(0.349312 -1.969259) (22.016986 3.905423)] exact [(0.349312 …
H A Dex5_im_2d_multiple_0.out51 t 0.001: p8 error [2.3e-11 2.6e-10] sol [(-1.604790 -1.193587) (13.344706 -17.942096)] exact [(-1.6…
112 t 0.001: p8 error [5.8e-12 6.5e-11] sol [(-1.604790 -1.193587) (13.344706 -17.942096)] exact [(-1.6…
213 t 0.001: p8 error [1.5e-12 1.6e-11] sol [(-1.604790 -1.193587) (13.344706 -17.942096)] exact [(-1.6…