Home
last modified time | relevance | path

Searched defs:minleaf (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/is/sf/tests/
H A Dex1.c29 PetscInt minleaf, maxleaf; in CheckGraphEmpty() local
/petsc/src/vec/is/sf/interface/
H A Dsf.c835 PetscErrorCode PetscSFGetLeafRange(PetscSF sf, PetscInt *minleaf, PetscInt *maxleaf) in PetscSFGetLeafRange()
1341 PetscInt i, j, n, nroots, nleaves, esf_nleaves, *new_ilocal, minleaf, maxleaf, maxlocal; in PetscSFCreateEmbeddedRootSF() local
2050 PetscInt i, numRootsA, numLeavesA, numRootsB, numLeavesB, minleaf, maxleaf, numLeavesBA; in PetscSFCompose() local
2155 …PetscInt i, numRootsA, numLeavesA, numLeavesBA, numRootsB, numLeavesB, minleaf, maxleaf,… in PetscSFComposeInverse() local
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c469 PetscInt j, p, q, nroots, esf_nleaves, *new_ilocal, minleaf, maxleaf, maxlocal; in PetscSFCreateEmbeddedRootSF_Basic() local
/petsc/include/petsc/private/
H A Dsfimpl.h71 PetscInt minleaf, maxleaf; member