Searched refs:glocalPoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 708 PetscInt *glocalPoints, *newLocation, *newRemoteLocation; in DMPlexShiftSF_Single() local 721 PetscCall(PetscMalloc1(numLeaves, &glocalPoints)); in DMPlexShiftSF_Single() 724 glocalPoints[l] = DMPlexShiftPoint_Internal(localPoints[l], depth, depthShift); in DMPlexShiftSF_Single() 729 …PetscCall(PetscSFSetGraph(sfNew, numRoots + totShift, numLeaves, glocalPoints, PETSC_OWN_POINTER, … in DMPlexShiftSF_Single()
|