Searched refs:local_ghosts (Results 1 – 1 of 1) sorted by relevance
1273 PetscInt *local_ghosts; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local1275 PetscCall(PetscMalloc1(num_ghosts, &local_ghosts)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()1292 local_ghosts[i] = local_elems + owned_verts + i; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()1303 …PetscCall(PetscSFSetGraph(sf, local_elems + local_verts, num_ghosts, local_ghosts, PETSC_OWN_POINT… in DMPlexCreateBoxMesh_Tensor_SFC_Internal()