Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx383 using scr_mem_t = Kokkos::DefaultExecutionSpace::scratch_memory_space; in LandauKokkosJacobian() typedef
384 using real2_scr_t = Kokkos::View<PetscScalar **, Kokkos::LayoutRight, scr_mem_t>; in LandauKokkosJacobian()
385 using g2_scr_t = Kokkos::View<PetscReal ***, Kokkos::LayoutRight, scr_mem_t>; in LandauKokkosJacobian()
386 using g3_scr_t = Kokkos::View<PetscReal ****, Kokkos::LayoutRight, scr_mem_t>; in LandauKokkosJacobian()
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkos.kokkos.cxx598 using scr_mem_t = Kokkos::DefaultExecutionSpace::scratch_memory_space; in PCApply_BJKOKKOS() typedef
599 using vect2D_scr_t = Kokkos::View<PetscScalar **, Kokkos::LayoutLeft, scr_mem_t>; in PCApply_BJKOKKOS()