Home
last modified time | relevance | path

Searched refs:t12 (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex75.c63 PetscScalar t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21; in SolKxSolution() local
101 t12 = 0.8e1 * t7 * kn * km; in SolKxSolution()
105 …_aa = -0.4e1 * B * t1 * sigma * (t4 + t1) / (t6 + t9 + t12 + t14 + t16 + t17) / (t6 + t9 - t12 + t… in SolKxSolution()
114 t12 = 0.2e1 * t7 * t2; in SolKxSolution()
116 …_bb = sigma * kn * (t3 - t6 + t9 + t10 + t12) / (t10 + t9 + t16 + t6 + t12 + t3) / (t10 + t9 - t16… in SolKxSolution()
174 t12 = t2 * t10 * AA; in SolKxSolution()
226t12 - 0.8e1 * t14 * kn * t1 * BB) * t23 + ((-0.2e1 * t25 * (t7 - t8 + 0.5e1 * t3 - t9) * AA + 0.8e… in SolKxSolution()
234 t12 = Rp * Rp; in SolKxSolution()
235 t13 = t12 * B; in SolKxSolution()
252 t74 = t71 - t73 + t1 - t19 - t12; in SolKxSolution()
[all …]
H A Dex69.c207 PetscReal t11, t12, t13, t14, t15, t16, t17, t18, t19, t20; in SolKxSolution() local
329 t12 = t2 * t10 * AA; in SolKxSolution()
379t12 - 0.8e1 * t14 * kn * t1 * BB) * t23 + ((-0.2e1 * t25 * (t7 + 0.5e1 * t3 - t8 - t9) * AA + 0.8e… in SolKxSolution()
434 t12 = t2 * t10 * AA; in SolKxSolution()
484t12 - 0.8e1 * t14 * kn * t1 * BB) * t21 + ((0.2e1 * t23 * (t7 + 0.5e1 * t3 - t8 - t9) * AA - 0.8e1… in SolKxSolution()
505 t12 = kn * x; in SolKxSolution()
506 t13 = PetscCosReal(t12); in SolKxSolution()
507 t16 = PetscSinReal(t12); in SolKxSolution()
525 t12 = Rm * Rm; in SolKxSolution()
526 t14 = t3 * t12 * Rm; in SolKxSolution()
[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
81 t12 = PetscExpReal(xc * n * 0.3141592654e1); in evaluate_solCx()
82 t13 = t12 * t12; in evaluate_solCx()
102 t40 = t13 * t12; in evaluate_solCx()
114 t59 = t28 * t12; in evaluate_solCx()
150 ….8e1 * t99 * t100 - 0.2e1 * t105 * t106 * t82 - 0.4e1 * t38 * t48 * t111 * t12 + 0.2e1 * t116 * ZB… in evaluate_solCx()
198 t265 = t169 * t12; in evaluate_solCx()
231 …246 + 0.16e2 * t132 * t53 * t6 * t28 * t270 - 0.4e1 * t397 * t371 * t233 * t12 - 0.12e2 * t173 * t… in evaluate_solCx()
234 t440 = t110 * t12; in evaluate_solCx()
335 t12 = PetscExpReal(xc * n * 0.3141592654e1); in evaluate_solCx()
[all …]
H A Dex42.c158 PetscScalar t4, t6, t8, t10, t12, t14, t17; in matrix_inverse_3x3() local
164 t12 = A[0][0] * A[1][1]; in matrix_inverse_3x3()
166 …t17 = 0.1e1 / (t4 * A[1][2] - t6 * A[1][1] - t8 * A[2][2] + t10 * A[2][1] + t12 * A[2][2] - t14 * … in matrix_inverse_3x3()
176 B[2][2] = (-t8 + t12) * t17; in matrix_inverse_3x3()