Home
last modified time | relevance | path

Searched refs:p6 (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
69 p6 = pc[5]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
73 …if (p1 != 0.0 || p2 != 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 … in MatILUFactorNumeric_SeqBAIJ_3_inplace()
87 pc[2] = m3 = p3 * x1 + p6 * x2 + p9 * x3; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
91 pc[5] = m6 = p3 * x4 + p6 * x5 + p9 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
95 pc[8] = m9 = p3 * x7 + p6 * x8 + p9 * 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
326 p6 = pc[5]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
330 …if (p1 != 0.0 || p2 != 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 … in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
344 pc[2] = m3 = p3 * x1 + p6 * x2 + p9 * 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
80 p6 = pc[5]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
91 …if (p1 != 0.0 || p2 != 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 … in MatILUFactorNumeric_SeqBAIJ_4_inplace()
111 pc[1] = m2 = p2 * x1 + p6 * x2 + p10 * x3 + p14 * x4; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
116 pc[5] = m6 = p2 * x5 + p6 * x6 + p10 * x7 + p14 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
121 pc[9] = m10 = p2 * x9 + p6 * x10 + p10 * x11 + p14 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
126 pc[13] = m14 = p2 * x13 + p6 * x14 + p10 * x15 + p14 * 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
408 p6 = pc[5]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
419 …if (p1 != 0.0 || p2 != 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 … 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
103 p6 = pc[5]; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
134 …if (p1 != 0.0 || p2 != 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 … in MatILUFactorNumeric_SeqBAIJ_6_inplace()
178 pc[5] = m6 = p6 * x1 + p12 * x2 + p18 * x3 + p24 * x4 + p30 * x5 + p36 * x6; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
185 pc[11] = m12 = p6 * x7 + p12 * x8 + p18 * x9 + p24 * x10 + p30 * x11 + p36 * x12; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
192 pc[17] = m18 = p6 * x13 + p12 * x14 + p18 * x15 + p24 * x16 + p30 * x17 + p36 * x18; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
199 pc[23] = m24 = p6 * x19 + p12 * x20 + p18 * x21 + p24 * x22 + p30 * x23 + p36 * x24; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
206 pc[29] = m30 = p6 * x25 + p12 * x26 + p18 * x27 + p24 * x28 + p30 * x29 + p36 * x30; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
213 pc[35] = m36 = p6 * x31 + p12 * x32 + p18 * x33 + p24 * x34 + p30 * x35 + p36 * 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
102 p6 = pc[5]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
122 …if (p1 != 0.0 || p2 != 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 … in MatILUFactorNumeric_SeqBAIJ_5_inplace()
150 pc[0] = m1 = p1 * x1 + p6 * x2 + p11 * x3 + p16 * x4 + p21 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
156 pc[5] = m6 = p1 * x6 + p6 * x7 + p11 * x8 + p16 * x9 + p21 * x10; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
162 pc[10] = m11 = p1 * x11 + p6 * x12 + p11 * x13 + p16 * x14 + p21 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
168 pc[15] = m16 = p1 * x16 + p6 * x17 + p11 * x18 + p16 * x19 + p21 * x20; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
174 pc[20] = m21 = p1 * x21 + p6 * x22 + p11 * x23 + p16 * x24 + p21 * 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
485 p6 = pc[5]; 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
120 p6 = pc[5]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
164 …if (p1 != 0.0 || p2 != 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 … in MatILUFactorNumeric_SeqBAIJ_7_inplace()
221 pc[5] = m6 = p6 * x1 + p13 * x2 + p20 * x3 + p27 * x4 + p34 * x5 + p41 * x6 + p48 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
229 … pc[12] = m13 = p6 * x8 + p13 * x9 + p20 * x10 + p27 * x11 + p34 * x12 + p41 * x13 + p48 * x14; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
237 … pc[19] = m20 = p6 * x15 + p13 * x16 + p20 * x17 + p27 * x18 + p34 * x19 + p41 * x20 + p48 * x21; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
245 … pc[26] = m27 = p6 * x22 + p13 * x23 + p20 * x24 + p27 * x25 + p34 * x26 + p41 * x27 + p48 * x28; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
253 … pc[33] = m34 = p6 * x29 + p13 * x30 + p20 * x31 + p27 * x32 + p34 * x33 + p41 * x34 + p48 * x35; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
261 … pc[40] = m41 = p6 * x36 + p13 * x37 + p20 * x38 + p27 * x39 + p34 * x40 + p41 * x41 + p48 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
269 … pc[47] = m48 = p6 * x43 + p13 * x44 + p20 * x45 + p27 * x46 + p34 * x47 + p41 * x48 + p48 * x49; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
[all …]
/petsc/src/dm/impls/swarm/tests/output/
H A Dex6_bsi_2d_multiple_2.out32 t 0.1: p6 error [0.0068 0.11] sol [(-1.438271 1.394425) (-15.551590 -15.998712)] exact [(-1.440100 …
56 t 0.1: p6 error [0.0078 0.14] sol [(-1.439900 1.395673) (-15.555376 -15.970992)] exact [(-1.440100 …
80 t 0.1: p6 error [0.0081 0.14] sol [(-1.440365 1.395973) (-15.557290 -15.964506)] exact [(-1.440100 …
H A Dex6_bsi_2d_multiple_1.out32 t 0.1: p6 error [0.093 1.2] sol [(-1.475165 1.301529) (-16.627804 -15.640019)] exact [(-1.440100 1.…
56 t 0.1: p6 error [0.043 0.65] sol [(-1.456997 1.348821) (-16.092900 -15.792529)] exact [(-1.440100 1…
80 t 0.1: p6 error [0.018 0.38] sol [(-1.448580 1.372439) (-15.825987 -15.875443)] exact [(-1.440100 1…
H A Dex6_bsi_2d_multiple_3.out32 t 0.01: p6 error [0.0001 0.02] sol [(0.401985 1.959289) (-21.898679 4.513348)] exact [(0.401955 1.9…
56 t 0.01: p6 error [0.0001 0.02] sol [(0.401985 1.959289) (-21.898713 4.513340)] exact [(0.401955 1.9…
80 t 0.01: p6 error [0.0001 0.02] sol [(0.401985 1.959289) (-21.898731 4.513336)] exact [(0.401955 1.9…
H A Dex6_im_2d_multiple_0.out32 t 0.1: p6 error [0.01 0.17] sol [(-1.438532 1.397795) (-15.570085 -15.941448)] exact [(-1.440100 1.…
56 t 0.1: p6 error [0.0087 0.15] sol [(-1.439964 1.396516) (-15.559992 -15.956686)] exact [(-1.440100 …
80 t 0.1: p6 error [0.0083 0.15] sol [(-1.440381 1.396183) (-15.558442 -15.960931)] exact [(-1.440100 …
H A Dex5_bsi_2d_multiple_2.out49 t 0.001: p6 error [2.3e-11 5.2e-10] sol [(0.596730 1.908904) (-21.342194 6.671639)] exact [(0.59673…
110 t 0.001: p6 error [5.8e-12 1.3e-10] sol [(0.596730 1.908904) (-21.342194 6.671639)] exact [(0.59673…
211 t 0.001: p6 error [1.5e-12 3.3e-11] sol [(0.596730 1.908904) (-21.342194 6.671639)] exact [(0.59673…
H A Dex5_bsi_2d_multiple_1.out49 t 0.001: p6 error [1.2e-06 1.4e-05] sol [(0.596729 1.908903) (-21.342207 6.671643)] exact [(0.59673…
110 t 0.001: p6 error [6.2e-07 7e-06] sol [(0.596729 1.908903) (-21.342200 6.671641)] exact [(0.596730 …
211 t 0.001: p6 error [3.1e-07 3.5e-06] sol [(0.596729 1.908904) (-21.342197 6.671640)] exact [(0.59673…
H A Dex5_bsi_2d_multiple_3.out49 t 0.1: p6 error [7e-08 7.8e-07] sol [(-1.440100 1.387844) (-15.516565 -16.100813)] exact [(-1.44010…
110 t 0.1: p6 error [8.7e-09 9.8e-08] sol [(-1.440100 1.387844) (-15.516566 -16.100813)] exact [(-1.440…
211 t 0.1: p6 error [1.1e-09 1.2e-08] sol [(-1.440100 1.387844) (-15.516566 -16.100813)] exact [(-1.440…
H A Dex5_im_2d_multiple_0.out49 t 0.001: p6 error [2.3e-11 2.6e-10] sol [(0.596730 1.908904) (-21.342194 6.671639)] exact [(0.59673…
110 t 0.001: p6 error [5.8e-12 6.5e-11] sol [(0.596730 1.908904) (-21.342194 6.671639)] exact [(0.59673…
211 t 0.001: p6 error [1.5e-12 1.6e-11] sol [(0.596730 1.908904) (-21.342194 6.671639)] exact [(0.59673…