Home
last modified time | relevance | path

Searched defs:ipfdf_data (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx246 …auto ipfdf_data = new Kokkos::View<PetscReal ***, Kokkos::LayoutLeft>("fdf", batch_sz, dim + 1, IP… in LandauKokkosStaticDataSet() local
248 …auto ipfdf_data = new Kokkos::View<PetscReal ***, Kokkos::LayoutRight>("fdf", batch_sz, dim + 1, I… in LandauKokkosStaticDataSet() local
/petsc/include/
H A Dpetsclandau.h87 void *ipfdf_data; // for each grid, but same for all batched vertices member