Searched refs:scr_mem_t (Results 1 – 2 of 2) sorted by relevance
383 using scr_mem_t = Kokkos::DefaultExecutionSpace::scratch_memory_space; in LandauKokkosJacobian() typedef384 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()
598 using scr_mem_t = Kokkos::DefaultExecutionSpace::scratch_memory_space; in PCApply_BJKOKKOS() typedef599 using vect2D_scr_t = Kokkos::View<PetscScalar **, Kokkos::LayoutLeft, scr_mem_t>; in PCApply_BJKOKKOS()