Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex10k.kokkos.cxx117 ConstPetscScalarKokkosOffsetView2D lview2; in main() local
172 PetscCall(DMDAVecGetKokkosOffsetView(da, ll, &lview2)); /* read-only */ in main()
174 …einterpret_cast<const Node *>(lview2.data()), {lview2.begin(0) / dof, lview2.begin(1) / dof}, {lvi… in main()
182 PetscCall(DMDAVecRestoreKokkosOffsetView(da, ll, &lview2)); in main()