Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx416 …auto d_w_k = *static_cast<Kokkos::View<PetscReal *, Kokkos::LayoutLeft> *>(SDat… in LandauKokkosJacobian() local
417 const PetscReal *d_w = d_w_k.data(); in LandauKokkosJacobian()
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()