Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsf.c2047 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()
[all …]