Searched refs:pointInterpolationP4est (Results 1 – 3 of 3) sorted by relevance
207 } pointInterpolationP4est; typedef215 pointInterpolationP4est (*c_maps)[LANDAU_MAX_Q_FACE];223 PETSC_EXTERN PetscErrorCode LandauKokkosCreateMatMaps(P4estVertexMaps *, pointInterpolationP4est (*…
12 PetscErrorCode LandauKokkosCreateMatMaps(P4estVertexMaps *, pointInterpolationP4est (*)[LANDAU_MAX_… in LandauKokkosCreateMatMaps()93 PetscErrorCode LandauKokkosCreateMatMaps(P4estVertexMaps maps[], pointInterpolationP4est (*pointMap… in LandauKokkosCreateMatMaps()96 …pointInterpolationP4est *[LANDAU_MAX_Q_FACE], Kokkos::LayoutRight, Kokkos::HostSpace, Kokkos::Memo… in LandauKokkosCreateMatMaps()98 …Kokkos::View<pointInterpolationP4est *[LANDAU_MAX_Q_FACE], Kokkos::LayoutRight> *d_points = ne… in LandauKokkosCreateMatMaps()110 h_maps.c_maps = (pointInterpolationP4est(*)[LANDAU_MAX_Q_FACE])d_points->data(); in LandauKokkosCreateMatMaps()127 …auto a = static_cast<Kokkos::View<pointInterpolationP4est *[LANDAU_MAX_Q_FACE], Kokkos::LayoutRigh… in LandauKokkosDestroyMatMaps()
1479 pointInterpolationP4est(*pointMaps)[LANDAU_MAX_Q_FACE]; in CreateStaticData()