Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsf.c2050 PetscInt i, numRootsA, numLeavesA, numRootsB, numLeavesB, minleaf, maxleaf, numLeavesBA; in PetscSFCompose() local
2098 for (i = 0, numLeavesBA = 0; i < numLeavesB; i++) { in PetscSFCompose()
2100 else numLeavesBA++; in PetscSFCompose()
2106 PetscCall(PetscMalloc1(numLeavesBA, &localPointsBA)); in PetscSFCompose()
2107 PetscCall(PetscMalloc1(numLeavesBA, &remotePointsBA)); in PetscSFCompose()
2108 for (i = 0, numLeavesBA = 0; i < numLeavesB; i++) { in PetscSFCompose()
2112 remotePointsBA[numLeavesBA] = leafdataB[l - minleaf]; in PetscSFCompose()
2113 localPointsBA[numLeavesBA] = l; in PetscSFCompose()
2114 numLeavesBA++; in PetscSFCompose()
2120 …PetscCall(PetscSFSetGraph(*sfBA, numRootsA, numLeavesBA, localPointsBA, PETSC_OWN_POINTER, remoteP… in PetscSFCompose()
[all …]