Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclandau.h207 } pointInterpolationP4est; typedef
215 pointInterpolationP4est (*c_maps)[LANDAU_MAX_Q_FACE];
223 PETSC_EXTERN PetscErrorCode LandauKokkosCreateMatMaps(P4estVertexMaps *, pointInterpolationP4est (*…
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx12 PetscErrorCode LandauKokkosCreateMatMaps(P4estVertexMaps *, pointInterpolationP4est (*)[LANDAU_MAX_… in LandauKokkosCreateMatMaps()
93 PetscErrorCode LandauKokkosCreateMatMaps(P4estVertexMaps maps[], pointInterpolationP4est (*pointMap… in LandauKokkosCreateMatMaps()
96pointInterpolationP4est *[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()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1479 pointInterpolationP4est(*pointMaps)[LANDAU_MAX_Q_FACE]; in CreateStaticData()