Lines Matching refs:lpoints
342 const PetscInt *lpoints; in DMPlexOrient() local
362 PetscCall(PetscSFGetGraph(sf, &numRoots, &numLeaves, &lpoints, &rpoints)); in DMPlexOrient()
463 if (lpoints) PetscCall(PetscFindInt(support[s], numLeaves, lpoints, &l)); in DMPlexOrient()
504 const PetscInt face = lpoints ? lpoints[l] : l; in DMPlexOrient()
512 …if ((rrank == rpoints[neighbors[comp][n]].rank) && (rcomp == lorntComp[lpoints[neighbors[comp][n]]… in DMPlexOrient()
535 const PetscInt face = lpoints ? lpoints[neighbors[comp][n]] : neighbors[comp][n]; in DMPlexOrient()
542 …nrankComp[off].index = lorntComp[lpoints ? lpoints[neighbors[comp][n]] : neighbors[comp][n]].index; in DMPlexOrient()
744 const PetscInt *lpoints; in DMPlexOrientCells_Internal() local
769 PetscCall(PetscSFGetGraph(sf, &numRoots, &numLeaves, &lpoints, &rpoints)); in DMPlexOrientCells_Internal()
838 PetscCall(PetscFindInt(supp[s], numLeaves, lpoints, &l)); in DMPlexOrientCells_Internal()
877 const PetscInt face = lpoints[l]; in DMPlexOrientCells_Internal()
887 …if ((rrank == rpoints[neighbors[comp][n]].rank) && (rcomp == lorntComp[lpoints[neighbors[comp][n]]… in DMPlexOrientCells_Internal()
913 const PetscInt face = lpoints[neighbors[comp][n]]; in DMPlexOrientCells_Internal()
921 nrankComp[off].index = lorntComp[lpoints[neighbors[comp][n]]].index; in DMPlexOrientCells_Internal()