Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx242ipfoff = new Kokkos::View… in LandauKokkosStaticDataSet() local
243 … = static_cast<void *>(ipfoff); in LandauKokkosStaticDataSet()
244 Kokkos::deep_copy(*ipfoff, h_ipf_offset); in LandauKokkosStaticDataSet()
323 auto ipfoff = static_cast<Kokkos::View<PetscInt *, Kokkos::LayoutLeft> *>(SData_d->ipf_offset); in LandauKokkosStaticDataClear() local
324 delete ipfoff; in LandauKokkosStaticDataClear()