Searched refs:t9 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex75.c | 62 PetscScalar t1, t2, t3, t4, t5, t6, t7, t8, t9, t10; in SolKxSolution() local 100 t9 = 0.4e1 * t7 * t4; in SolKxSolution() 105 …_aa = -0.4e1 * B * t1 * sigma * (t4 + t1) / (t6 + t9 + t12 + t14 + t16 + t17) / (t6 + t9 - t12 + t… in SolKxSolution() 112 t9 = 0.4e1 * t7 * t4; in SolKxSolution() 116 …_bb = sigma * kn * (t3 - t6 + t9 + t10 + t12) / (t10 + t9 + t16 + t6 + t12 + t3) / (t10 + t9 - t16… in SolKxSolution() 125 t9 = exp(t6 - 0.4e1 * Rp); in SolKxSolution() 163 …num1 = -0.4e1 * t1 * t2 * t4 * AA * t9 + ((0.2e1 * Rp * (-B * t13 + 0.3e1 * t15 * B - t19 - 0.2e1 … in SolKxSolution() 172 t9 = Rp * Rp; in SolKxSolution() 173 t10 = t4 + 0.2e1 * t5 + t7 - t8 - t9; in SolKxSolution() 189 t71 = t9 * Rp; in SolKxSolution() [all …]
|
| H A D | ex69.c | 206 PetscReal t1, t2, t3, t4, t5, t6, t7, t8, t9, t10; in SolKxSolution() local 256 t9 = B * B; in SolKxSolution() 258 _aa = -0.4e1 * B * t1 * sigma * t5 / (t6 + 0.4e1 * t8 * t9) / (t6 + 0.4e1 * t16 * t9); in SolKxSolution() 265 t9 = B * B; in SolKxSolution() 268 …_bb = sigma * kn * (t5 + 0.4e1 * t6 * t7 * t9) / (t5 + 0.4e1 * t13 * t9) / (t5 + 0.4e1 * t19 * t9); in SolKxSolution() 280 t9 = PetscExpReal(t6 - 0.4e1 * Rp); in SolKxSolution() 318 …num1 = -0.4e1 * t1 * t2 * t4 * AA * t9 + ((0.2e1 * Rp * (0.3e1 * t13 * B - 0.2e1 * t16 - t19 - 0.2… in SolKxSolution() 327 t9 = Rp * Rp; in SolKxSolution() 328 t10 = t4 + 0.2e1 * t5 + t7 - t8 - t9; in SolKxSolution() 338 t44 = B * t9; in SolKxSolution() [all …]
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex43-solcx.h | 12 …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 80 t9 = ZA * xc; in evaluate_solCx() 88 t20 = t9 * t19; in evaluate_solCx() 178 t217 = t9 * t216; in evaluate_solCx() 213 …t9 * t150 * t269 * t270 + 0.4e1 * t274 * t23 * t276 + 0.2e1 * t279 * t45 * t282 * t48 + 0.8e1 * t1… in evaluate_solCx() 334 t9 = t5 * t8; in evaluate_solCx() 374 …t72 = -0.4e1 * t4 * t9 * t15 + 0.4e1 * t24 * t27 + 0.4e1 * t33 * t36 * t12 - 0.4e1 * t40 * t42 - … in evaluate_solCx() 494 t504 = t9 * t13; in evaluate_solCx() 519 t654 = t653 * t9; in evaluate_solCx() 584 t9 = PetscExpReal(t6); in evaluate_solCx() [all …]
|