Searched refs:rpoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 343 const PetscSFNode *rpoints; in DMPlexOrient() local 362 PetscCall(PetscSFGetGraph(sf, &numRoots, &numLeaves, &lpoints, &rpoints)); in DMPlexOrient() 508 const PetscInt rrank = rpoints[l].rank; in DMPlexOrient() 512 …if ((rrank == rpoints[neighbors[comp][n]].rank) && (rcomp == lorntComp[lpoints[neighbors[comp][n]]… in DMPlexOrient() 521 rpoints[l].index, rrank, rcomp, lorntComp[face].rank)); in DMPlexOrient() 541 nrankComp[off].rank = rpoints[neighbors[comp][n]].rank; in DMPlexOrient() 745 const PetscSFNode *rpoints; in DMPlexOrientCells_Internal() local 769 PetscCall(PetscSFGetGraph(sf, &numRoots, &numLeaves, &lpoints, &rpoints)); in DMPlexOrientCells_Internal() 883 const PetscInt rrank = rpoints[l].rank; in DMPlexOrientCells_Internal() 887 …if ((rrank == rpoints[neighbors[comp][n]].rank) && (rcomp == lorntComp[lpoints[neighbors[comp][n]]… in DMPlexOrientCells_Internal() [all …]
|