Searched refs:lcount (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 621 PetscInt *inds, *colors, llen, ilen, lstart, lend, lcount, l; in ISPairToList() local 649 lcount = 0; in ISPairToList() 655 ++lcount; in ISPairToList() 661 if (lcount > 0) { in ISPairToList() 662 *listlen = lcount; in ISPairToList() 663 if (!*islist) PetscCall(PetscMalloc1(lcount, islist)); in ISPairToList() 669 lcount = 0; in ISPairToList() 685 …tion %" PetscInt_FMT " is < than the next global color %" PetscInt_FMT, colors[lstart], lcount, l); in ISPairToList() 699 …cCall(ISCreateGeneral(subcomm, lend - lstart, inds + lstart, PETSC_COPY_VALUES, *islist + lcount)); in ISPairToList() 703 ++lcount; in ISPairToList()
|