Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c1273 PetscInt *local_ghosts; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local
1275 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()