Home
last modified time | relevance | path

Searched refs:y6 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c645 const PetscScalar y6 = vertices[19]; in HexMap_Private() local
669 const PetscScalar g_012 = y6 - y0 + y1 - y2 + y3 + y4 - y5 - y7; in HexMap_Private()
714 const PetscScalar y6 = vertices[19]; in HexJacobian_Private() local
729 const PetscScalar g_xyz = y6 - y0 + y1 - y2 + y3 + y4 - y5 - y7; in HexJacobian_Private()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx389 ConstPetscScalarKokkosView xv, y0, y1, y2, y3, y4, y5, y6, y7; in VecMultiDot_Verbose() local
404 PetscCall(VecGetKokkosView(yp[6], &y6)); in VecMultiDot_Verbose()
411 …Conj(y4(i)); lsum5 += xv(i) * PetscConj(y5(i)); lsum6 += xv(i) * PetscConj(y6(i)); lsum7 += xv(i) … in VecMultiDot_Verbose()
421 PetscCall(VecRestoreKokkosView(yp[6], &y6)); in VecMultiDot_Verbose()
434 if (rem > 6) PetscCall(VecGetKokkosView(yp[6], &y6)); in VecMultiDot_Verbose()
442 … += xv(i) * PetscConj(y4(i)); lsum5 += xv(i) * PetscConj(y5(i)); lsum6 += xv(i) * PetscConj(y6(i)); in VecMultiDot_Verbose()
498 if (rem > 6) PetscCall(VecRestoreKokkosView(yp[6], &y6)); in VecMultiDot_Verbose()