Lines Matching refs:locals
801 const PetscInt *locals; in DMPlexOrientInterface_Internal() local
821 PetscCall(PetscSFGetGraph(sf, &nroots, &nleaves, &locals, &remotes)); in DMPlexOrientInterface_Internal()
827 PetscCall(DMPlexGetConeSize(dm, locals[p], &coneSize)); in DMPlexOrientInterface_Internal()
848 PetscCall(PetscFindInt(cone[c], nleaves, locals, &ind0)); in DMPlexOrientInterface_Internal()
969 const PetscInt *locals; in DMPlexMapToLocalPoint() local
975 PetscCall(PetscSFGetGraph(sf, NULL, NULL, &locals, NULL)); in DMPlexMapToLocalPoint()
987 *localPoint = locals[l]; in DMPlexMapToLocalPoint()
996 const PetscInt *locals, *rootdegree; in DMPlexMapToGlobalPoint() local
1005 PetscCall(PetscSFGetGraph(sf, NULL, &Nl, &locals, &remotes)); in DMPlexMapToGlobalPoint()
1010 PetscCall(PetscFindInt(localPoint, Nl, locals, &l)); in DMPlexMapToGlobalPoint()
1024 const PetscInt *locals, *rootdegree; in DMPlexPointIsShared() local
1030 PetscCall(PetscSFGetGraph(sf, NULL, &Nl, &locals, NULL)); in DMPlexPointIsShared()
1032 PetscCall(PetscFindInt(p, Nl, locals, &idx)); in DMPlexPointIsShared()