Searched refs:zp (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmresorthog.c | 247 PetscReal c, s, rho, zp, zq, yd = 0.0, tt; in KSPAGMRESRodvec() local 272 zp = zloc[i - 1]; in KSPAGMRESRodvec() 274 zloc[i - 1] = c * zp + s * zq; in KSPAGMRESRodvec() 275 zloc[i] = -s * zp + c * zq; in KSPAGMRESRodvec() 279 zp = y[d]; in KSPAGMRESRodvec() 281 y[d] = c * zp + s * zq; in KSPAGMRESRodvec() 282 zloc[0] = -s * zp + c * zq; in KSPAGMRESRodvec() 286 zp = yd; in KSPAGMRESRodvec() 288 yd = c * zp + s * zq; in KSPAGMRESRodvec() 289 zloc[0] = -s * zp + c * zq; in KSPAGMRESRodvec()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | land_tensors.h | 71 …id LandauTensor2D(const PetscReal x[], const PetscReal rp, const PetscReal zp, PetscReal Ud[][2], … in LandauTensor2D() argument 77 zmzp = z - zp; in LandauTensor2D() 111 …st PetscReal x1[], const PetscReal xp, const PetscReal yp, const PetscReal zp, PetscReal U[][3], P… in LandauTensor3D() argument 113 PetscReal dx[3], inorm3, inorm, inorm2, norm2, x2[] = {xp, yp, zp}; in LandauTensor3D() 129 … PetscReal a_x1[], const PetscReal xp, const PetscReal yp, const PetscReal zp, PetscReal U[][3], P… in LandauTensor3DRelativistic() argument 131 …const PetscReal x2[3] = {xp, yp, zp}, x1[3] = {a_x1[0], a_x1[1], a_x1[2]}, c02 = c0 * c0, g1 = GAM… in LandauTensor3DRelativistic()
|
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 390 PetscScalar *zp = z; in VecMultiDot_Verbose() local 412 }, zp[0], zp[1], zp[2], zp[3], zp[4], zp[5], zp[6], zp[7]); in VecMultiDot_Verbose() 424 zp += 8; in VecMultiDot_Verbose() 443 }, zp[0], zp[1], zp[2], zp[3], zp[4], zp[5], zp[6]); in VecMultiDot_Verbose() 451 }, zp[0], zp[1], zp[2], zp[3], zp[4], zp[5]); in VecMultiDot_Verbose() 459 }, zp[0], zp[1], zp[2], zp[3], zp[4]); in VecMultiDot_Verbose() 466 }, zp[0], zp[1], zp[2], zp[3]); in VecMultiDot_Verbose() 473 }, zp[0], zp[1], zp[2]); in VecMultiDot_Verbose() 480 }, zp[0], zp[1]); in VecMultiDot_Verbose() 487 }, zp[0]); in VecMultiDot_Verbose()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex42.c | 1949 PetscReal zp = PetscRealPart(cell->gp_coords[NSD * p + 2]); in solve_stokes_3d_coupled() local 1957 … if ((PetscAbs(xp - 0.5) < 0.2) && (PetscAbs(yp - 0.5) < 0.2) && (PetscAbs(zp - 0.5) < 0.2)) { in solve_stokes_3d_coupled()
|