Searched refs:lview (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/tests/ |
| H A D | ex10k.kokkos.cxx | 46 ConstPetscScalarKokkosOffsetView3D lview; in main() local 92 PetscCall(DMDAVecGetKokkosOffsetViewDOF(da, ll, &lview)); in main() 95 …tscInt i, PetscInt c) { gview(j, i, c) = (lview(j, i - 1, c) + lview(j, i + 1, c) + lview(j - 1, i… in main() 97 PetscCall(DMDAVecRestoreKokkosOffsetViewDOF(da, ll, &lview)); in main()
|