Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3710 PetscSFNode *sremotePoints = NULL, *newLocalPoints = NULL, *newOwners = NULL; in DMPlexCreateSubmeshGeneric_Interpolated() local
3740 PetscCall(PetscMalloc2(pEnd - pStart, &newLocalPoints, numRoots, &newOwners)); in DMPlexCreateSubmeshGeneric_Interpolated()
3742 newLocalPoints[p].rank = -2; in DMPlexCreateSubmeshGeneric_Interpolated()
3743 newLocalPoints[p].index = -2; in DMPlexCreateSubmeshGeneric_Interpolated()
3759 newLocalPoints[point - pStart].rank = rank; in DMPlexCreateSubmeshGeneric_Interpolated()
3760 newLocalPoints[point - pStart].index = p; in DMPlexCreateSubmeshGeneric_Interpolated()
3779 if (newLocalPoints[p - pStart].rank < size) newLocalPoints[p - pStart].rank += size; in DMPlexCreateSubmeshGeneric_Interpolated()
3785 newOwners[p].rank = newLocalPoints[p].rank; in DMPlexCreateSubmeshGeneric_Interpolated()
3786 newOwners[p].index = newLocalPoints[p].index; in DMPlexCreateSubmeshGeneric_Interpolated()
3795 newLocalPoints[point - pStart].rank = rank; in DMPlexCreateSubmeshGeneric_Interpolated()
[all …]