Searched defs:ipfdf_data (Results 1 – 2 of 2) sorted by relevance
246 …auto ipfdf_data = new Kokkos::View<PetscReal ***, Kokkos::LayoutLeft>("fdf", batch_sz, dim + 1, IP… in LandauKokkosStaticDataSet() local248 …auto ipfdf_data = new Kokkos::View<PetscReal ***, Kokkos::LayoutRight>("fdf", batch_sz, dim + 1, I… in LandauKokkosStaticDataSet() local
87 void *ipfdf_data; // for each grid, but same for all batched vertices member