Lines Matching refs:remotePointsBA
2047 PetscSFNode *remotePointsBA = NULL, *reorderedRemotePointsA = NULL, *leafdataB; in PetscSFCompose() local
2104 remotePointsBA = leafdataB; in PetscSFCompose()
2107 PetscCall(PetscMalloc1(numLeavesBA, &remotePointsBA)); in PetscSFCompose()
2112 remotePointsBA[numLeavesBA] = leafdataB[l - minleaf]; in PetscSFCompose()
2120 …aph(*sfBA, numRootsA, numLeavesBA, localPointsBA, PETSC_OWN_POINTER, remotePointsBA, PETSC_OWN_POI… in PetscSFCompose()
2152 PetscSFNode *remotePointsBA; in PetscSFComposeInverse() local
2206 PetscCall(PetscMalloc1(numRootsB, &remotePointsBA)); in PetscSFComposeInverse()
2208 remotePointsBA[i].rank = -1; in PetscSFComposeInverse()
2209 remotePointsBA[i].index = -1; in PetscSFComposeInverse()
2212 …, MPIU_SF_NODE, PetscSafePointerPlusOffset(reorderedRemotePointsA, -minleaf), remotePointsBA, op)); in PetscSFComposeInverse()
2213 …, MPIU_SF_NODE, PetscSafePointerPlusOffset(reorderedRemotePointsA, -minleaf), remotePointsBA, op)); in PetscSFComposeInverse()
2216 if (remotePointsBA[i].rank == -1) continue; in PetscSFComposeInverse()
2217 remotePointsBA[numLeavesBA].rank = remotePointsBA[i].rank; in PetscSFComposeInverse()
2218 remotePointsBA[numLeavesBA].index = remotePointsBA[i].index; in PetscSFComposeInverse()
2224 …aph(*sfBA, numRootsA, numLeavesBA, localPointsBA, PETSC_OWN_POINTER, remotePointsBA, PETSC_OWN_POI… in PetscSFComposeInverse()