Home
last modified time | relevance | path

Searched refs:p7 (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
70 p7 = pc[6]; 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()
85 pc[0] = m1 = p1 * x1 + p4 * x2 + p7 * x3; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
89 pc[3] = m4 = p1 * x4 + p4 * x5 + p7 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
93 pc[6] = m7 = p1 * x7 + p4 * x8 + p7 * 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
327 p7 = pc[6]; 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()
342 pc[0] = m1 = p1 * x1 + p4 * x2 + p7 * 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
81 p7 = pc[6]; 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()
112 pc[2] = m3 = p3 * x1 + p7 * x2 + p11 * x3 + p15 * x4; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
117 pc[6] = m7 = p3 * x5 + p7 * x6 + p11 * x7 + p15 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
122 pc[10] = m11 = p3 * x9 + p7 * x10 + p11 * x11 + p15 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
127 pc[14] = m15 = p3 * x13 + p7 * x14 + p11 * x15 + p15 * 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
409 p7 = pc[6]; 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
104 p7 = pc[6]; 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()
173 pc[0] = m1 = p1 * x1 + p7 * x2 + p13 * x3 + p19 * x4 + p25 * x5 + p31 * x6; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
180 pc[6] = m7 = p1 * x7 + p7 * x8 + p13 * x9 + p19 * x10 + p25 * x11 + p31 * x12; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
187 pc[12] = m13 = p1 * x13 + p7 * x14 + p13 * x15 + p19 * x16 + p25 * x17 + p31 * x18; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
194 pc[18] = m19 = p1 * x19 + p7 * x20 + p13 * x21 + p19 * x22 + p25 * x23 + p31 * x24; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
201 pc[24] = m25 = p1 * x25 + p7 * x26 + p13 * x27 + p19 * x28 + p25 * x29 + p31 * x30; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
208 pc[30] = m31 = p1 * x31 + p7 * x32 + p13 * x33 + p19 * x34 + p25 * x35 + p31 * 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
103 p7 = pc[6]; 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()
151 pc[1] = m2 = p2 * x1 + p7 * x2 + p12 * x3 + p17 * x4 + p22 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
157 pc[6] = m7 = p2 * x6 + p7 * x7 + p12 * x8 + p17 * x9 + p22 * x10; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
163 pc[11] = m12 = p2 * x11 + p7 * x12 + p12 * x13 + p17 * x14 + p22 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
169 pc[16] = m17 = p2 * x16 + p7 * x17 + p12 * x18 + p17 * x19 + p22 * x20; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
175 pc[21] = m22 = p2 * x21 + p7 * x22 + p12 * x23 + p17 * x24 + p22 * 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
486 p7 = pc[6]; 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
121 p7 = pc[6]; 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()
222 pc[6] = m7 = p7 * x1 + p14 * x2 + p21 * x3 + p28 * x4 + p35 * x5 + p42 * x6 + p49 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
230 … pc[13] = m14 = p7 * x8 + p14 * x9 + p21 * x10 + p28 * x11 + p35 * x12 + p42 * x13 + p49 * x14; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
238 … pc[20] = m21 = p7 * x15 + p14 * x16 + p21 * x17 + p28 * x18 + p35 * x19 + p42 * x20 + p49 * x21; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
246 … pc[27] = m28 = p7 * x22 + p14 * x23 + p21 * x24 + p28 * x25 + p35 * x26 + p42 * x27 + p49 * x28; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
254 … pc[34] = m35 = p7 * x29 + p14 * x30 + p21 * x31 + p28 * x32 + p35 * x33 + p42 * x34 + p49 * x35; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
262 … pc[41] = m42 = p7 * x36 + p14 * x37 + p21 * x38 + p28 * x39 + p35 * x40 + p42 * x41 + p49 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
270 … pc[48] = m49 = p7 * x43 + p14 * x44 + p21 * x45 + p28 * x46 + p35 * x47 + p42 * x48 + p49 * x49; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
[all …]
/petsc/src/dm/impls/swarm/tests/output/
H A Dex6_bsi_2d_multiple_2.out33 t 0.1: p7 error [0.0068 0.11] sol [(-1.770628 -0.936976) (10.409974 -19.734315)] exact [(-1.764933 …
57 t 0.1: p7 error [0.0078 0.14] sol [(-1.772317 -0.938140) (10.382441 -19.729349)] exact [(-1.764933 …
81 t 0.1: p7 error [0.0081 0.14] sol [(-1.772746 -0.938490) (10.375681 -19.729166)] exact [(-1.764933 …
H A Dex6_bsi_2d_multiple_3.out33 t 0.01: p7 error [0.0001 0.02] sol [(-1.739174 0.987764) (-11.059513 -19.432180)] exact [(-1.739091…
57 t 0.01: p7 error [0.0001 0.02] sol [(-1.739174 0.987764) (-11.059516 -19.432215)] exact [(-1.739091…
81 t 0.01: p7 error [0.0001 0.02] sol [(-1.739174 0.987764) (-11.059517 -19.432233)] exact [(-1.739091…
H A Dex6_im_2d_multiple_0.out33 t 0.1: p7 error [0.01 0.17] sol [(-1.773913 -0.936183) (10.349797 -19.734209)] exact [(-1.764933 -0…
57 t 0.1: p7 error [0.0087 0.15] sol [(-1.773139 -0.937941) (10.367408 -19.729319)] exact [(-1.764933 …
81 t 0.1: p7 error [0.0083 0.15] sol [(-1.772952 -0.938440) (10.371924 -19.729157)] exact [(-1.764933 …
H A Dex6_bsi_2d_multiple_1.out33 t 0.1: p7 error [0.093 1.2] sol [(-1.693679 -1.000770) (9.736268 -20.647013)] exact [(-1.764933 -0.…
57 t 0.1: p7 error [0.043 0.65] sol [(-1.733042 -0.968878) (10.046608 -20.185417)] exact [(-1.764933 -…
81 t 0.1: p7 error [0.018 0.38] sol [(-1.752903 -0.953574) (10.207945 -19.957189)] exact [(-1.764933 -…
H A Dex5_bsi_2d_multiple_3.out50 t 0.1: p7 error [7e-08 7.8e-07] sol [(-1.764934 -0.940750) (10.517901 -19.732555)] exact [(-1.76493…
111 t 0.1: p7 error [8.7e-09 9.8e-08] sol [(-1.764933 -0.940750) (10.517901 -19.732556)] exact [(-1.764…
212 t 0.1: p7 error [1.1e-09 1.2e-08] sol [(-1.764933 -0.940750) (10.517900 -19.732556)] exact [(-1.764…
H A Dex5_im_2d_multiple_0.out50 t 0.001: p7 error [2.3e-11 2.6e-10] sol [(-1.631076 1.157407) (-12.940206 -18.235983)] exact [(-1.6…
111 t 0.001: p7 error [5.8e-12 6.5e-11] sol [(-1.631076 1.157407) (-12.940206 -18.235983)] exact [(-1.6…
212 t 0.001: p7 error [1.5e-12 1.6e-11] sol [(-1.631076 1.157407) (-12.940206 -18.235983)] exact [(-1.6…
H A Dex5_bsi_2d_multiple_2.out50 t 0.001: p7 error [2.3e-11 5.2e-10] sol [(-1.631076 1.157407) (-12.940206 -18.235983)] exact [(-1.6…
111 t 0.001: p7 error [5.8e-12 1.3e-10] sol [(-1.631076 1.157407) (-12.940206 -18.235983)] exact [(-1.6…
212 t 0.001: p7 error [1.5e-12 3.3e-11] sol [(-1.631076 1.157407) (-12.940206 -18.235983)] exact [(-1.6…
H A Dex5_bsi_2d_multiple_1.out50 t 0.001: p7 error [1.2e-06 1.4e-05] sol [(-1.631075 1.157407) (-12.940215 -18.235994)] exact [(-1.6…
111 t 0.001: p7 error [6.2e-07 7e-06] sol [(-1.631075 1.157407) (-12.940210 -18.235988)] exact [(-1.631…
212 t 0.001: p7 error [3.1e-07 3.5e-06] sol [(-1.631076 1.157407) (-12.940208 -18.235985)] exact [(-1.6…