Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsf.c2049 PetscInt *localPointsBA; in PetscSFCompose() local
2103 localPointsBA = NULL; in PetscSFCompose()
2106 PetscCall(PetscMalloc1(numLeavesBA, &localPointsBA)); in PetscSFCompose()
2113 localPointsBA[numLeavesBA] = l; in PetscSFCompose()
2120 …PetscCall(PetscSFSetGraph(*sfBA, numRootsA, numLeavesBA, localPointsBA, PETSC_OWN_POINTER, remoteP… in PetscSFCompose()
2155 … i, numRootsA, numLeavesA, numLeavesBA, numRootsB, numLeavesB, minleaf, maxleaf, *localPointsBA; in PetscSFComposeInverse() local
2205 PetscCall(PetscMalloc1(numRootsB, &localPointsBA)); in PetscSFComposeInverse()
2219 localPointsBA[numLeavesBA] = i; in PetscSFComposeInverse()
2224 …PetscCall(PetscSFSetGraph(*sfBA, numRootsA, numLeavesBA, localPointsBA, PETSC_OWN_POINTER, remoteP… in PetscSFComposeInverse()