Searched refs:closure_sz (Results 1 – 1 of 1) sorted by relevance
494 PetscInt closure_sz = 0; // argh, don't have this on the host!!! in LandauKokkosJacobian() local497 closure_sz += Nb * nfloc * a_numCells[grid]; in LandauKokkosJacobian()499 closure_sz *= batch_sz; in LandauKokkosJacobian()500 d_vertex_f_k = new Kokkos::View<PetscScalar *, Kokkos::LayoutLeft>("closure", closure_sz); in LandauKokkosJacobian()501 …, Kokkos::MemoryTraits<Kokkos::Unmanaged>> h_closure_k(a_elem_closure, closure_sz); // Vertex data… in LandauKokkosJacobian()