Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c706 PetscSFNode *gremotePoints; in DMPlexShiftSF_Single() local
722 PetscCall(PetscMalloc1(numLeaves, &gremotePoints)); in DMPlexShiftSF_Single()
725 gremotePoints[l].rank = remotePoints[l].rank; in DMPlexShiftSF_Single()
726 gremotePoints[l].index = newRemoteLocation[localPoints[l]]; in DMPlexShiftSF_Single()
729 …New, numRoots + totShift, numLeaves, glocalPoints, PETSC_OWN_POINTER, gremotePoints, PETSC_OWN_POI… in DMPlexShiftSF_Single()