Home
last modified time | relevance | path

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

12

/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact10.c13 MatScalar *u, *d, *w, *wp, u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering() local
47 wp = w + vj * 36; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering()
48 for (i = 0; i < 36; i++) *wp++ = *ap++; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering()
236 wp = w + bj[j] * 36; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering()
276 wp[0] += m0 * u0 + m1 * u1 + m2 * u2 + m3 * u3 + m4 * u4 + m5 * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering()
277 wp[1] += m6 * u0 + m7 * u1 + m8 * u2 + m9 * u3 + m10 * u4 + m11 * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering()
278 wp[2] += m12 * u0 + m13 * u1 + m14 * u2 + m15 * u3 + m16 * u4 + m17 * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering()
279 wp[3] += m18 * u0 + m19 * u1 + m20 * u2 + m21 * u3 + m22 * u4 + m23 * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering()
280 wp[4] += m24 * u0 + m25 * u1 + m26 * u2 + m27 * u3 + m28 * u4 + m29 * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering()
281 wp[5] += m30 * u0 + m31 * u1 + m32 * u2 + m33 * u3 + m34 * u4 + m35 * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6_NaturalOrdering()
[all …]
H A Dsbaijfact9.c12 MatScalar *u, *d, *w, *wp, u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12; in MatCholeskyFactorNumeric_SeqSBAIJ_6() local
79 wp = w + vj * 36; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
80 for (i = 0; i < 36; i++) *wp++ = *ap++; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
231 wp = w + bj[j] * 36; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
271wp[0] += uik[0] * u0 + uik[1] * u1 + uik[2] * u2 + uik[3] * u3 + uik[4] * u4 + uik[5] * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
272wp[1] += uik[6] * u0 + uik[7] * u1 + uik[8] * u2 + uik[9] * u3 + uik[10] * u4 + uik[11] * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
273wp[2] += uik[12] * u0 + uik[13] * u1 + uik[14] * u2 + uik[15] * u3 + uik[16] * u4 + uik[17] * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
274wp[3] += uik[18] * u0 + uik[19] * u1 + uik[20] * u2 + uik[21] * u3 + uik[22] * u4 + uik[23] * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
275wp[4] += uik[24] * u0 + uik[25] * u1 + uik[26] * u2 + uik[27] * u3 + uik[28] * u4 + uik[29] * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
276wp[5] += uik[30] * u0 + uik[31] * u1 + uik[32] * u2 + uik[33] * u3 + uik[34] * u4 + uik[35] * u5; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
[all …]
H A Dsbaijfact12.c13 MatScalar *u, *d, *w, *wp, u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12; in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering() local
42 wp = w + vj * 49; in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering()
43 PetscCall(PetscArraycpy(wp, ap, 49)); in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering()
236 wp = w + bj[j] * 49; in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering()
289wp[0] += uik[0] * u0 + uik[1] * u1 + uik[2] * u2 + uik[3] * u3 + uik[4] * u4 + uik[5] * u5 + uik[6… in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering()
290wp[1] += uik[7] * u0 + uik[8] * u1 + uik[9] * u2 + uik[10] * u3 + uik[11] * u4 + uik[12] * u5 + ui… in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering()
291wp[2] += uik[14] * u0 + uik[15] * u1 + uik[16] * u2 + uik[17] * u3 + uik[18] * u4 + uik[19] * u5 +… in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering()
292wp[3] += uik[21] * u0 + uik[22] * u1 + uik[23] * u2 + uik[24] * u3 + uik[25] * u4 + uik[26] * u5 +… in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering()
293wp[4] += uik[28] * u0 + uik[29] * u1 + uik[30] * u2 + uik[31] * u3 + uik[32] * u4 + uik[33] * u5 +… in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering()
294wp[5] += uik[35] * u0 + uik[36] * u1 + uik[37] * u2 + uik[38] * u3 + uik[39] * u4 + uik[40] * u5 +… in MatCholeskyFactorNumeric_SeqSBAIJ_7_NaturalOrdering()
[all …]
H A Dsbaijfact11.c12 MatScalar *u, *d, *w, *wp, u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12; in MatCholeskyFactorNumeric_SeqSBAIJ_7() local
80 wp = w + vj * 49; in MatCholeskyFactorNumeric_SeqSBAIJ_7()
81 for (i = 0; i < 49; i++) *wp++ = *ap++; in MatCholeskyFactorNumeric_SeqSBAIJ_7()
273 wp = w + bj[j] * 49; in MatCholeskyFactorNumeric_SeqSBAIJ_7()
326wp[0] += uik[0] * u0 + uik[1] * u1 + uik[2] * u2 + uik[3] * u3 + uik[4] * u4 + uik[5] * u5 + uik[6… in MatCholeskyFactorNumeric_SeqSBAIJ_7()
327wp[1] += uik[7] * u0 + uik[8] * u1 + uik[9] * u2 + uik[10] * u3 + uik[11] * u4 + uik[12] * u5 + ui… in MatCholeskyFactorNumeric_SeqSBAIJ_7()
328wp[2] += uik[14] * u0 + uik[15] * u1 + uik[16] * u2 + uik[17] * u3 + uik[18] * u4 + uik[19] * u5 +… in MatCholeskyFactorNumeric_SeqSBAIJ_7()
329wp[3] += uik[21] * u0 + uik[22] * u1 + uik[23] * u2 + uik[24] * u3 + uik[25] * u4 + uik[26] * u5 +… in MatCholeskyFactorNumeric_SeqSBAIJ_7()
330wp[4] += uik[28] * u0 + uik[29] * u1 + uik[30] * u2 + uik[31] * u3 + uik[32] * u4 + uik[33] * u5 +… in MatCholeskyFactorNumeric_SeqSBAIJ_7()
331wp[5] += uik[35] * u0 + uik[36] * u1 + uik[37] * u2 + uik[38] * u3 + uik[39] * u4 + uik[40] * u5 +… in MatCholeskyFactorNumeric_SeqSBAIJ_7()
[all …]
/petsc/src/snes/tutorials/output/
H A Dex22_1_alt_2.out54 Using wp compute h routine
73 Using wp compute h routine
93 Using wp compute h routine
102 Using wp compute h routine
H A Dex22_1_alt.out54 Using wp compute h routine
73 Using wp compute h routine
93 Using wp compute h routine
102 Using wp compute h routine
H A Dex22_1.out54 Using wp compute h routine
73 Using wp compute h routine
93 Using wp compute h routine
102 Using wp compute h routine
H A Dex22_1_alt_3.out54 Using wp compute h routine
73 Using wp compute h routine
93 Using wp compute h routine
102 Using wp compute h routine
H A Dex5_3_alt.out135 Using wp compute h routine
149 Using wp compute h routine
H A Dex5_3.out135 Using wp compute h routine
149 Using wp compute h routine
H A Dex19_13.out256 Using wp compute h routine
/petsc/src/ts/tests/
H A Dex30.c306 PetscReal *wp, *coords; in gridToParticles_private() local
309 PetscCall(DMSwarmGetField(sw, "w_q", &bs, &dtype, (void **)&wp)); // take data out here in gridToParticles_private()
313 …, fact = (dim == 2) ? 2.0 * PETSC_PI * coords[p * dim + 0] : 1, w = fact * wp[p] * ctx->n_0 * ctx-… in gridToParticles_private()
319 PetscCall(DMSwarmRestoreField(sw, "w_q", &bs, &dtype, (void **)&wp)); in gridToParticles_private()
326 PetscReal *wp, *coords; in gridToParticles_private() local
329 PetscCall(DMSwarmGetField(sw, "w_q", &bs, &dtype, (void **)&wp)); // take data out here in gridToParticles_private()
333 …eal fact = dim == 2 ? 2.0 * PETSC_PI * coords[p * dim + 0] : 1, w = fact * wp[p] * ctx->n_0 * ctx-… in gridToParticles_private()
339 PetscCall(DMSwarmRestoreField(sw, "w_q", &bs, &dtype, (void **)&wp)); in gridToParticles_private()
395 PetscReal *wp, *coords; in PostStep() local
406 PetscCall(DMSwarmGetField(sw, "w_q", &bs, &dtype, (void **)&wp)); in PostStep()
[all …]
/petsc/doc/tutorials/
H A Din_person.md48 [Slides](https://www.karlrupp.net/wp-content/uploads/2013/05/FEMTEC2013-tutorial.pdf)
50 May 2013 (Karl) [Slides 1](https://www.karlrupp.net/wp-content/uploads/2013/05/WHPC13-part1.pdf),
51 [Slides 2](https://www.karlrupp.net/wp-content/uploads/2013/05/WHPC13-part2.pdf),
52 [Slides 3](https://www.karlrupp.net/wp-content/uploads/2013/05/WHPC13-part3.pdf),
56 [Slides](https://www.karlrupp.net/wp-content/uploads/2013/05/HPC2013.pdf)
/petsc/src/mat/tests/
H A Dex241f.F909 PetscInt, parameter :: wp = real64, n = 10
/petsc/src/snes/tests/output/
H A Dex7_4.out45 Using wp compute h routine
H A Dex7_4_alt.out47 Using wp compute h routine
H A Dex7_4_alt_2.out48 Using wp compute h routine
H A Dex7_3.out45 Using wp compute h routine
H A Dex7_3_alt.out48 Using wp compute h routine
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/
H A Dex1_3.out62 Using wp compute h routine
/petsc/doc/changes/
H A D2029.md22 "wp"
H A D2024.md81 `-snes_mf_type` wp
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c1081 const PetscReal wp = w[p]; in DMSwarmRemap_Colella_Internal() local
1095 …", %" PetscInt_FMT ", %" PetscInt_FMT ", %" PetscInt_FMT ")\n", p, (double)wp, (double)PetscRealPa… in DMSwarmRemap_Colella_Internal()
1114 …", %" PetscInt_FMT ") w = %g (%g, %g, %g, %g)\n", xi, xj, vi, vj, (double)(wp * Wx[0] * Wx[1] * Wv… in DMSwarmRemap_Colella_Internal()
1119 rw[rp] += wp * Wx[0] * Wx[1] * Wv[0] * Wv[1]; in DMSwarmRemap_Colella_Internal()
1120 …_SELF, " Adding weight %g (%g) to particle %" PetscInt_FMT "\n", (double)(wp * Wx[0] * Wx[1] * Wv… in DMSwarmRemap_Colella_Internal()
/petsc/src/dm/impls/swarm/
H A Dswarm.c2663 const PetscReal wp = w[p]; in DMSwarmComputeMoments() local
2665 mom[0] += wp; in DMSwarmComputeMoments()
2667 mom[d + 1] += wp * c[d]; in DMSwarmComputeMoments()
2668 mom[d + bsc + 1] += wp * PetscSqr(c[d]); in DMSwarmComputeMoments()
/petsc/src/dm/impls/plex/
H A Dplex.c1151 PetscBT wp = NULL; in DMPlexView_Ascii() local
1211 PetscCall(PetscBTCreate(pEnd - pStart, &wp)); in DMPlexView_Ascii()
1220 for (p = 0; p < closureSize * 2; p += 2) PetscCall(PetscBTSet(wp, closure[p] - pStart)); in DMPlexView_Ascii()
1272 if (wp && !PetscBTLookup(wp, v - pStart)) continue; in DMPlexView_Ascii()
1318 if (wp && !PetscBTLookup(wp, e - pStart)) continue; in DMPlexView_Ascii()
1361 if (wp && !PetscBTLookup(wp, e - pStart)) continue; in DMPlexView_Ascii()
1379 if (wp && !PetscBTLookup(wp, c - pStart)) continue; in DMPlexView_Ascii()
1435 if (wp && !PetscBTLookup(wp, c - pStart)) continue; in DMPlexView_Ascii()
1526 PetscCall(PetscBTDestroy(&wp)); in DMPlexView_Ascii()

12