Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx142 …RIDS + 1], ipf_offset[LANDAU_MAX_GRIDS + 1], elem_offset[LANDAU_MAX_GRIDS + 1], nip, IPf_sz, Nftot; in LandauKokkosStaticDataSet() local
154 IPf_sz = 0; in LandauKokkosStaticDataSet()
160 IPf_sz += Nq * nfloc * a_numCells[grid]; in LandauKokkosStaticDataSet()
161 ipf_offset[grid + 1] = IPf_sz; in LandauKokkosStaticDataSet()
246 …ipfdf_data = new Kokkos::View<PetscReal ***, Kokkos::LayoutLeft>("fdf", batch_sz, dim + 1, IPf_sz); in LandauKokkosStaticDataSet()
248 …pfdf_data = new Kokkos::View<PetscReal ***, Kokkos::LayoutRight>("fdf", batch_sz, dim + 1, IPf_sz); in LandauKokkosStaticDataSet()