Searched refs:d_elem_mats (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 481 …Kokkos::View<PetscScalar ****, Kokkos::LayoutRight> d_elem_mats("element matrices", batch_sz, num_… in LandauKokkosJacobian() local 709 d_elem_mats(b_id, grid, loc_elem, fOff) = t; in LandauKokkosJacobian() 766 d_elem_mats(b_id, grid, loc_elem, fOff) = t; in LandauKokkosJacobian() 787 …calar ****, Kokkos::LayoutRight>::HostMirror h_elem_mats = Kokkos::create_mirror_view(d_elem_mats); in LandauKokkosJacobian() 788 Kokkos::deep_copy(h_elem_mats, d_elem_mats); in LandauKokkosJacobian()
|