Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Disdiff.c561 PetscInt ncolors, *colors, leni, len, *xinds, *yinds, k; in ISListToPair() local
573 PetscCall(PetscMalloc1(len, &yinds)); in ISListToPair()
580 yinds[k] = colors[i]; in ISListToPair()
586 PetscCall(ISCreateGeneral(comm, len, yinds, PETSC_OWN_POINTER, yis)); in ISListToPair()