Searched refs:leafdataB (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 2047 PetscSFNode *remotePointsBA = NULL, *reorderedRemotePointsA = NULL, *leafdataB; in PetscSFCompose() local 2088 PetscCall(PetscMalloc1(maxleaf - minleaf + 1, &leafdataB)); in PetscSFCompose() 2090 leafdataB[i].rank = -1; in PetscSFCompose() 2091 leafdataB[i].index = -1; in PetscSFCompose() 2093 …BcastBegin(sfB, MPIU_SF_NODE, remotePointsA, PetscSafePointerPlusOffset(leafdataB, -minleaf), MPI_… in PetscSFCompose() 2094 …PetscCall(PetscSFBcastEnd(sfB, MPIU_SF_NODE, remotePointsA, PetscSafePointerPlusOffset(leafdataB, … in PetscSFCompose() 2099 if (leafdataB[localPointsB ? localPointsB[i] - minleaf : i].rank == -1) denseB = PETSC_FALSE; in PetscSFCompose() 2104 remotePointsBA = leafdataB; in PetscSFCompose() 2111 if (leafdataB[l - minleaf].rank == -1) continue; in PetscSFCompose() 2112 remotePointsBA[numLeavesBA] = leafdataB[l - minleaf]; in PetscSFCompose() [all …]
|