Searched refs:Rp (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex75.c | 58 PetscScalar Rp, UU, VV; in SolKxSolution() local 88 Rp = sqrt((r + a) / 2.0); in SolKxSolution() 90 UU = Rp - B; in SolKxSolution() 91 VV = Rp + B; in SolKxSolution() 122 t2 = B - Rp; in SolKxSolution() 123 t4 = Rp + B; in SolKxSolution() 125 t9 = exp(t6 - 0.4e1 * Rp); in SolKxSolution() 128 t18 = Rp * Rp; in SolKxSolution() 130 t20 = t15 * Rp; in SolKxSolution() 131 t22 = t1 * Rp; in SolKxSolution() [all …]
|
| H A D | ex69.c | 202 PetscReal Rp, UU, VV; in SolKxSolution() local 234 Rp = PetscSqrtReal((r + a) / 2.0); in SolKxSolution() 236 UU = Rp - B; in SolKxSolution() 237 VV = Rp + B; in SolKxSolution() 277 t2 = B - Rp; in SolKxSolution() 278 t4 = Rp + B; in SolKxSolution() 280 t9 = PetscExpReal(t6 - 0.4e1 * Rp); in SolKxSolution() 282 t16 = Rp * t1; in SolKxSolution() 283 t18 = Rp * Rp; in SolKxSolution() 285 t20 = t13 * Rp; in SolKxSolution() [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 4011 …4, Jp = 35, Kp = 36, Lp = 37, Mp = 38, Np = 39, Op = 40, Pp = 41, Qp = 42, Rp = 43, Sp = 44, Tp = … in DMPlexCreateTPSMesh_Internal() local 4060 {Kp, Mp, Sp, Rp }, in DMPlexCreateTPSMesh_Internal() 4062 {Np, Lp, Rp, Tp }, in DMPlexCreateTPSMesh_Internal() 4065 {Lp, Pp, Up, Rp }, in DMPlexCreateTPSMesh_Internal() 4066 {Op, Kp, Rp, Vp }, in DMPlexCreateTPSMesh_Internal() 4069 {Rp, Sp, Aq, Yp }, in DMPlexCreateTPSMesh_Internal() 4071 {Tp, Rp, Yp, Cq }, in DMPlexCreateTPSMesh_Internal() 4074 {Rp, Up, Dq, Zp }, in DMPlexCreateTPSMesh_Internal() 4075 {Vp, Rp, Zp, Bq }, in DMPlexCreateTPSMesh_Internal()
|