Searched refs:P4estVertexMaps (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petsclandau.h | 219 } P4estVertexMaps; typedef 223 PETSC_EXTERN PetscErrorCode LandauKokkosCreateMatMaps(P4estVertexMaps *, pointInterpolationP4est (*… 224 PETSC_EXTERN PetscErrorCode LandauKokkosDestroyMatMaps(P4estVertexMaps *, PetscInt);
|
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 12 PetscErrorCode LandauKokkosCreateMatMaps(P4estVertexMaps *, pointInterpolationP4est (*)[LANDAU_MAX_… in LandauKokkosCreateMatMaps() argument 16 PetscErrorCode LandauKokkosDestroyMatMaps(P4estVertexMaps *, PetscInt) in LandauKokkosDestroyMatMaps() argument 93 PetscErrorCode LandauKokkosCreateMatMaps(P4estVertexMaps maps[], pointInterpolationP4est (*pointMap… in LandauKokkosCreateMatMaps() 95 …P4estVertexMaps … in LandauKokkosCreateMatMaps() 115 Kokkos::View<P4estVertexMaps, Kokkos::HostSpace> h_maps_k(&h_maps); in LandauKokkosCreateMatMaps() 116 …Kokkos::View<P4estVertexMaps> *d_maps_k = new Kokkos::View<P4estVertexMaps>(Kokk… in LandauKokkosCreateMatMaps() 123 PetscErrorCode LandauKokkosDestroyMatMaps(P4estVertexMaps maps[], PetscInt num_grids) in LandauKokkosDestroyMatMaps() 129 auto c = static_cast<Kokkos::View<P4estVertexMaps *> *>(maps[grid].vp3); in LandauKokkosDestroyMatMaps() 343 … PetscInt moffset, const PetscInt elem, const PetscInt fieldA, const P4estVertexMaps *d_maps, cons… in landau_mat_assemble() 392 P4estVertexMaps *maps[LANDAU_MAX_GRIDS]; // this gets captured in LandauKokkosJacobian() [all …]
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 27 P4estVertexMaps *maps = *(P4estVertexMaps **)ptr; in LandauGPUMapsDestroy() 96 P4estVertexMaps *maps; in LandauFormJacobian_Internal() 1480 P4estVertexMaps *maps; in CreateStaticData()
|