Searched refs:yinds (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 561 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()
|