Home
last modified time | relevance | path

Searched refs:numLeavesA (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
2063 PetscCall(PetscSFGetGraph(sfA, &numRootsA, &numLeavesA, &localPointsA, &remotePointsA)); in PetscSFCompose()
2080 for (i = 0; i < numLeavesA; i++) { in PetscSFCompose()
2155 …PetscInt i, numRootsA, numLeavesA, numLeavesBA, numRootsB, numLeavesB, minleaf, maxleaf,… in PetscSFComposeInverse() local
2171 PetscCall(PetscSFGetGraph(sfA, &numRootsA, &numLeavesA, &localPointsA, &remotePointsA)); in PetscSFComposeInverse()
2194 for (i = 0; i < numLeavesA; i++) { in PetscSFComposeInverse()
2199 for (i = 0; i < numLeavesA; i++) { in PetscSFComposeInverse()