Searched refs:numLeavesB (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/interface/ ! |
| H A D | sf.c | 2050 PetscInt i, numRootsA, numLeavesA, numRootsB, numLeavesB, minleaf, maxleaf, numLeavesBA; in PetscSFCompose() local 2064 PetscCall(PetscSFGetGraph(sfB, &numRootsB, &numLeavesB, &localPointsB, &remotePointsB)); in PetscSFCompose() 2098 for (i = 0, numLeavesBA = 0; i < numLeavesB; i++) { in PetscSFCompose() 2108 for (i = 0, numLeavesBA = 0; i < numLeavesB; i++) { 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()
|