Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 8 of 8) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex75.c62 PetscScalar t1, t2, t3, t4, t5, t6, t7, t8, t9, t10; in SolKxSolution() local
108 t3 = t2 * t2; in SolKxSolution()
116 …_bb = sigma * kn * (t3 - t6 + t9 + t10 + t12) / (t10 + t9 + t16 + t6 + t12 + t3) / (t10 + t9 - t16… in SolKxSolution()
167 t3 = B * B; in SolKxSolution()
168 t4 = 0.3e1 * t3; in SolKxSolution()
182 t41 = t3 * B; in SolKxSolution()
183 t44 = t3 * Rp; in SolKxSolution()
185 t53 = t3 * BB; in SolKxSolution()
191 t73 = t3 * Rm; in SolKxSolution()
204 t90 = t7 * t3; in SolKxSolution()
[all …]
H A Dex69.c206 PetscReal t1, t2, t3, t4, t5, t6, t7, t8, t9, t10; in SolKxSolution() local
261 t3 = kn * kn; in SolKxSolution()
262 t5 = pow(t2 + t3, 0.2e1); in SolKxSolution()
322 t3 = B * B; in SolKxSolution()
323 t4 = 0.3e1 * t3; in SolKxSolution()
337 t40 = t3 * B; in SolKxSolution()
339 t45 = t3 * Rp; in SolKxSolution()
340 t53 = t3 * BB; in SolKxSolution()
355 t88 = 0.2e1 * t9 * t3; in SolKxSolution()
357 t91 = t7 * t3; in SolKxSolution()
[all …]
H A Dex48.c1128 …pl10 = _mm_shuffle_pd(dpl01, dpl01, _MM_SHUFFLE2(0, 1)), dpl2 = _mm_set_sd(dpl[2]), t0, t3, pdgduv; local
1133 t3 = _mm_mul_pd(t0, du1pdv0); /* t0 (du1 + dv0) */
1134 … _mm_add_pd(keu, _mm_add_pd(_mm_mul_pd(t1, t0), _mm_add_pd(_mm_mul_pd(dp1, t3), _mm_mul_pd(t0, _mm…
1135 … _mm_add_pd(kev, _mm_add_pd(_mm_mul_pd(t2, t0), _mm_add_pd(_mm_mul_pd(dp0, t3), _mm_mul_pd(t0, _mm…
/petsc/src/sys/classes/draw/impls/x/
H A Dxtone.c10 …iangle_X(PetscDraw_X *win, int x1, int y_1, int t1, int x2, int y2, int t2, int x3, int y3, int t3) in PetscDrawInterpolatedTriangle_X() argument
28 t3 = t3 << SHIFT_VAL; in PetscDrawInterpolatedTriangle_X()
45 SWAP(t1, t3); in PetscDrawInterpolatedTriangle_X()
50 SWAP(t2, t3); in PetscDrawInterpolatedTriangle_X()
62 t3_t1 = t3 - t1; in PetscDrawInterpolatedTriangle_X()
104 t3_t1 = t3 - t1; in PetscDrawInterpolatedTriangle_X()
107 t3_t2 = t3 - t2; in PetscDrawInterpolatedTriangle_X()
/petsc/src/sys/classes/viewer/impls/draw/ftn-custom/
H A Dzdrawvf.c24 char *t1, *t2, *t3; in petscviewermonitorlgsetup_() local
28 FIXCHAR(metric, len3, t3); in petscviewermonitorlgsetup_()
29 *ierr = PetscViewerMonitorLGSetUp(*v, t1, t2, t3, l, names, *x, *y, *m, *n); in petscviewermonitorlgsetup_()
/petsc/src/sys/utils/
H A Dsorti.c28 #define SWAP3(a, b, c, d, e, f, t1, t2, t3) \ argument
36 t3 = e; \
38 f = t3; \
135 #define TwoWayPartition3(X, Y, Z, pivot, t1, t2, t3, lo, hi, l, r) \ argument
146 SWAP3(X[l], X[r], Y[l], Y[r], Z[l], Z[r], t1, t2, t3); \
220 #define QuickSort3(FuncName, X, Y, Z, n, pivot, t1, t2, t3) \ argument
228 SWAP3(X[i], X[j], Y[i], Y[j], Z[i], Z[j], t1, t2, t3); \
236 TwoWayPartition3(X, Y, Z, pivot, t1, t2, t3, 0, hi, l, r); \
717 PetscInt pivot, t1, t2, t3; in PetscSortIntWithArrayPair() local
720 QuickSort3(PetscSortIntWithArrayPair, X, Y, Z, n, pivot, t1, t2, t3); in PetscSortIntWithArrayPair()
[all …]
/petsc/src/ksp/ksp/tutorials/
H A Dex43-solcx.h12 …PetscReal t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t2… in evaluate_solCx() local
75 t3 = nx * t2; in evaluate_solCx()
79 t8 = t3 * t5 * t6; in evaluate_solCx()
214 t328 = t3 * t4; in evaluate_solCx()
246 t545 = t3 * t177; in evaluate_solCx()
329 t3 = t2 * 0.3141592654e1; in evaluate_solCx()
330 t4 = t3 * xc; in evaluate_solCx()
504 …* t254 * t227 * t369 + 0.4e1 * t145 * t557 + 0.8e1 * t281 * t166 + 0.4e1 * t3 * t563 + 0.8e1 * t10… in evaluate_solCx()
579 t3 = PetscCosReal(t2); in evaluate_solCx()
582 t7 = t3 * t4 * t6; in evaluate_solCx()
[all …]
/petsc/src/tao/bound/tutorials/
H A Dplate2.c728 PetscReal t1, t2, t3; in MSA_Plate() local
755 t3 = bmx * bmx * bmy * bmy; in MSA_Plate()
756 if (t1 * t1 + t2 * t2 <= t3) xl[row] = user->bheight; in MSA_Plate()