Searched refs:newOwners1 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3812 PetscSFNode *iremote1 = NULL, *newOwners1 = NULL; in DMPlexCreateSubmeshGeneric_Interpolated() local 3820 PetscCall(PetscMalloc1(numRoots, &newOwners1)); in DMPlexCreateSubmeshGeneric_Interpolated() 3822 newOwners1[p].rank = -1; in DMPlexCreateSubmeshGeneric_Interpolated() 3823 newOwners1[p].index = -1; in DMPlexCreateSubmeshGeneric_Interpolated() 3825 … PetscCall(PetscSFReduceBegin(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners1, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated() 3826 PetscCall(PetscSFReduceEnd(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners1, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated() 3836 iremote1[nleaves1].index = newOwners1[p].index; in DMPlexCreateSubmeshGeneric_Interpolated() 3840 PetscCall(PetscFree(newOwners1)); in DMPlexCreateSubmeshGeneric_Interpolated()
|