Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Disdiff.c272 PetscBool sorted1 = PETSC_TRUE, sorted2 = PETSC_TRUE; in ISExpand() local
300 PetscCall(ISSorted(is1, &sorted1)); in ISExpand()
301 if (sorted1 && i1[0] >= 0) imin = i1[0], imax = i1[n1 - 1]; in ISExpand()
342 …if ((-n1 == nout && sorted1) || (n1 == 0 && sorted2)) PetscCall(ISSetInfo(*isout, IS_SORTED, IS_LO… in ISExpand()