Searched refs:bleaf (Results 1 – 1 of 1) sorted by relevance
852 PetscInt aleaf, bleaf; in PetscSFMerge() local854 PetscCall(PetscSFGetLeafRange(sfb, NULL, &bleaf)); in PetscSFMerge()855 maxleaf = PetscMax(aleaf, bleaf) + 1; // One more than the last index in PetscSFMerge()