Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c200 …_Private(const PetscInt indices[], PetscInt len, PetscInt off, PetscInt minRunLen, PetscInt *runLe… in ISFindRun_Private() argument
207 if (len - off < PetscMax(minRunLen, 2)) PetscFunctionReturn(PETSC_SUCCESS); in ISFindRun_Private()