Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/utils/
H A Dsfutils.c852 PetscInt aleaf, bleaf; in PetscSFMerge() local
853 PetscCall(PetscSFGetLeafRange(sfa, NULL, &aleaf)); in PetscSFMerge()
855 maxleaf = PetscMax(aleaf, bleaf) + 1; // One more than the last index in PetscSFMerge()