Searched refs:n_obs_global (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/kokkos/ |
| H A D | plexlocalizationletkf.kokkos.cxx | 71 PetscInt dim = 0, n_vert_local, d, N, n_obs_global, n_state_local; in DMPlexGetLETKFLocalizationMatrix() local 98 PetscCall(MatGetSize(H, &n_obs_global, &N)); in DMPlexGetLETKFLocalizationMatrix() 114 PetscCall(MatSetSizes(*Q, n_vert_local, n_obs_local, PETSC_DETERMINE, n_obs_global)); in DMPlexGetLETKFLocalizationMatrix() 121 …Int_FMT " observations, %" PetscInt_FMT " neighbors\n", n_vert_local, n_obs_global, n_obs_vertex)); in DMPlexGetLETKFLocalizationMatrix() 144 …:View<PetscReal **, Kokkos::LayoutRight, MemSpace> obs_coords_dev("obs_coords", n_obs_global, dim); in DMPlexGetLETKFLocalizationMatrix() 146 … **, Kokkos::LayoutRight, Kokkos::HostSpace> obs_coords_host("obs_coords_host", n_obs_global, dim); in DMPlexGetLETKFLocalizationMatrix() 157 for (PetscInt j = 0; j < n_obs_global; ++j) obs_coords_host(j, d) = PetscRealPart(array[j]); in DMPlexGetLETKFLocalizationMatrix() 198 for (PetscInt j = 0; j < n_obs_global; ++j) { in DMPlexGetLETKFLocalizationMatrix()
|