Searched refs:numRootsB (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() 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() [all …]
|