Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c648 const PetscScalar y7 = vertices[22]; in HexMap_Private() local
663 const PetscScalar g_12 = y7 - y3 - y4 + y0; in HexMap_Private()
669 const PetscScalar g_012 = y6 - y0 + y1 - y2 + y3 + y4 - y5 - y7; in HexMap_Private()
717 const PetscScalar y7 = vertices[22]; in HexJacobian_Private() local
723 const PetscScalar g_yz = y7 - y3 - y4 + y0; in HexJacobian_Private()
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
405 PetscCall(VecGetKokkosView(yp[7], &y7)); in VecMultiDot_Verbose()
411 … += xv(i) * PetscConj(y5(i)); lsum6 += xv(i) * PetscConj(y6(i)); lsum7 += xv(i) * PetscConj(y7(i)); in VecMultiDot_Verbose()
422 PetscCall(VecRestoreKokkosView(yp[7], &y7)); in VecMultiDot_Verbose()