Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/kokkos/
H A Dplexlocalizationletkf.kokkos.cxx134 const PetscScalar *local_coords_array; in DMPlexGetLETKFLocalizationMatrix() local
135 PetscCall(VecGetArrayRead(Vecxyz[d], &local_coords_array)); in DMPlexGetLETKFLocalizationMatrix()
137 for (PetscInt i = 0; i < n_vert_local; ++i) vertex_coords_host(i, d) = local_coords_array[i]; in DMPlexGetLETKFLocalizationMatrix()
138 PetscCall(VecRestoreArrayRead(Vecxyz[d], &local_coords_array)); in DMPlexGetLETKFLocalizationMatrix()