Searched refs:ISFindRun_Private (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 200 static PetscErrorCode ISFindRun_Private(const PetscInt indices[], PetscInt len, PetscInt off, Petsc… in ISFindRun_Private() function 237 PetscCall(ISFindRun_Private(idx, n, off, minRun, &len, NULL, NULL)); in ISGeneralCheckCompress() 269 PetscCall(ISFindRun_Private(idx, n, off, minRun, &len, NULL, NULL)); in ISGeneralCompress() 279 …PetscCall(ISFindRun_Private(idx, n, off, minRun, &cidx[r * 3 + 0], &cidx[r * 3 + 1], &cidx[r * 3 +… in ISGeneralCompress()
|