Searched refs:minRun (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 223 const PetscInt minRun = 8; in ISGeneralCheckCompress() local 237 PetscCall(ISFindRun_Private(idx, n, off, minRun, &len, NULL, NULL)); in ISGeneralCheckCompress() 253 const PetscInt minRun = 8; in ISGeneralCompress() local 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()
|