Searched refs:d_vertex_f_k (Results 1 – 1 of 1) sorted by relevance
491 Kokkos::View<PetscScalar *, Kokkos::LayoutLeft> *d_vertex_f_k = NULL; in LandauKokkosJacobian() local500 d_vertex_f_k = new Kokkos::View<PetscScalar *, Kokkos::LayoutLeft>("closure", closure_sz); in LandauKokkosJacobian()502 Kokkos::deep_copy(*d_vertex_f_k, h_closure_k); in LandauKokkosJacobian()503 d_vertex_f = d_vertex_f_k->data(); in LandauKokkosJacobian()732 if (d_vertex_f_k) delete d_vertex_f_k; in LandauKokkosJacobian()