Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex10k.kokkos.cxx25 using ConstNodeKokkosOffsetView2D = Kokkos::Experimental::OffsetView<const Node **, Kokkos::LayoutR… typedef
119 ConstNodeKokkosOffsetView2D lnview; in main()
174 …lnview = ConstNodeKokkosOffsetView2D(reinterpret_cast<const Node *>(lview2.data()), {lview2.begin(… in main()