Home
last modified time | relevance | path

Searched refs:xv0 (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c613 PetscReal xv0[3], xJ[9], xinvJ[9], xdetJ, xqr[3], xden, xw = 0.; in InitializeWeights() local
623 PetscCall(DMPlexComputeCellGeometryFEM(xdm, c, NULL, xv0, xJ, xinvJ, &xdetJ)); in InitializeWeights()
626 CoordinatesRefToReal(dim, dim, xi0, xv0, xJ, &xq[q * dim], xqr); in InitializeWeights()
H A Dex2.c1310 PetscReal xv0[3], xJ[9], xinvJ[9], xdetJ, xqr[3], xden, xw = 0.; in InitializeWeights() local
1320 PetscCall(DMPlexComputeCellGeometryFEM(xdm, c, NULL, xv0, xJ, xinvJ, &xdetJ)); in InitializeWeights()
1323 CoordinatesRefToReal(dim, dim, xi0, xv0, xJ, &xq[q * dim], xqr); in InitializeWeights()
H A Dex4.c1924 PetscReal xv0[3], xJ[9], xinvJ[9], xdetJ, xqr[3], xden, xw = 0.; in InitializeWeights() local
1934 PetscCall(DMPlexComputeCellGeometryFEM(xdm, c, NULL, xv0, xJ, xinvJ, &xdetJ)); in InitializeWeights()
1937 CoordinatesRefToReal(dim, dim, xi0, xv0, xJ, &xq[q * dim], xqr); in InitializeWeights()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx762 …PetscScalar a5, PetscScalar a6, PetscScalar a7, ConstPetscScalarKokkosView xv0, ConstPetscScalarKo… in MAXPYFunctor()
773 xv[0] = xv0; in MAXPYFunctor()