Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx605 const PetscInt jpidx_glb = d_ip_offset[grid] + loc_elem * Nq + myQi; in LandauKokkosJacobian() local
606 const PetscReal *invJ = &d_invJ_k(jpidx_glb * dim * dim); in LandauKokkosJacobian()
607 …etscReal vj[3] = {d_x[jpidx_glb], d_y[jpidx_glb], d_z ? d_z[jpidx_glb] : 0}, wj … in LandauKokkosJacobian()
756 const PetscInt jpidx_glb = jpidx_0 + qj; in LandauKokkosJacobian() local
758 t += BJq[f] * d_w_k(jpidx_glb) * shift * BJq[g] * 2. * PETSC_PI; in LandauKokkosJacobian()
760 t += BJq[f] * d_w_k(jpidx_glb) * shift * BJq[g]; in LandauKokkosJacobian()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c335 const PetscInt jpidx_glb = ip_offset[grid] + qj + loc_elem * Nq; in LandauFormJacobian_Internal() local
341 …const PetscReal vj[3] = {xx[jpidx_glb], yy[jpidx_glb], zz ? zz[jpidx_glb] : 0}, wj = ww[jpi… in LandauFormJacobian_Internal()
431 PetscReal wj = ww[jpidx_glb]; in LandauFormJacobian_Internal()