Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx95h_maps; /* host container… in LandauKokkosCreateMatMaps() local
104 h_maps.num_elements = maps[grid].num_elements; in LandauKokkosCreateMatMaps()
105 h_maps.num_face = maps[grid].num_face; in LandauKokkosCreateMatMaps()
106 h_maps.num_reduced = maps[grid].num_reduced; in LandauKokkosCreateMatMaps()
107 h_maps.deviceType = maps[grid].deviceType; in LandauKokkosCreateMatMaps()
108 h_maps.numgrids = maps[grid].numgrids; in LandauKokkosCreateMatMaps()
109 h_maps.Nf = Nf[grid]; in LandauKokkosCreateMatMaps()
110 h_maps.c_maps = (pointInterpolationP4est(*)[LANDAU_MAX_Q_FACE])d_points->data(); in LandauKokkosCreateMatMaps()
112 h_maps.gIdx = (LandauIdx(*)[LANDAU_MAX_SPECIES][LANDAU_MAX_NQND])d_gidx->data(); in LandauKokkosCreateMatMaps()
115 Kokkos::View<P4estVertexMaps, Kokkos::HostSpace> h_maps_k(&h_maps); in LandauKokkosCreateMatMaps()
[all …]