Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex10k.kokkos.cxx45 PetscScalarKokkosOffsetView3D gview; /* views of gg, ll */ in main() local
68 PetscCall(DMDAVecGetKokkosOffsetViewDOFWrite(da, gg, &gview)); in main()
72 { gview(j, i, c) = 100 * j + 10 * (i + 1) + c; }); in main()
73 PetscCall(DMDAVecRestoreKokkosOffsetViewDOFWrite(da, gg, &gview)); in main()
91 PetscCall(DMDAVecGetKokkosOffsetViewDOFWrite(da, gg, &gview)); in main()
95 …KOKKOS_LAMBDA(PetscInt j, PetscInt i, PetscInt c) { gview(j, i, c) = (lview(j, i - 1, c) + lview(j… in main()
96 PetscCall(DMDAVecRestoreKokkosOffsetViewDOFWrite(da, gg, &gview)); in main()