Lines Matching refs:numRootsB
2050 PetscInt i, numRootsA, numLeavesA, numRootsB, numLeavesB, minleaf, maxleaf, numLeavesBA; in PetscSFCompose() local
2064 PetscCall(PetscSFGetGraph(sfB, &numRootsB, &numLeavesB, &localPointsB, &remotePointsB)); in PetscSFCompose()
2075 PetscCall(PetscMalloc1(numRootsB, &reorderedRemotePointsA)); in PetscSFCompose()
2076 for (i = 0; i < numRootsB; i++) { in PetscSFCompose()
2083 if (localp >= numRootsB) continue; in PetscSFCompose()
2155 …PetscInt i, numRootsA, numLeavesA, numLeavesBA, numRootsB, numLeavesB, minleaf, maxleaf,… in PetscSFComposeInverse() local
2172 PetscCall(PetscSFGetGraph(sfB, &numRootsB, &numLeavesB, &localPointsB, &remotePointsB)); in PetscSFComposeInverse()
2205 PetscCall(PetscMalloc1(numRootsB, &localPointsBA)); in PetscSFComposeInverse()
2206 PetscCall(PetscMalloc1(numRootsB, &remotePointsBA)); in PetscSFComposeInverse()
2207 for (i = 0; i < numRootsB; i++) { in PetscSFComposeInverse()
2215 for (i = 0, numLeavesBA = 0; i < numRootsB; i++) { in PetscSFComposeInverse()