Searched refs:ISContiguousLocal (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ ! |
| H A D | petscis.h | 53 PETSC_EXTERN PetscErrorCode ISContiguousLocal(IS, PetscInt, PetscInt, PetscInt *, PetscBool *);
|
| /petsc/src/vec/is/is/interface/ ! |
| H A D | index.c | 929 PetscErrorCode ISContiguousLocal(IS is, PetscInt gstart, PetscInt gend, PetscInt *start, PetscBool … in ISContiguousLocal() function
|
| /petsc/src/vec/vec/interface/ ! |
| H A D | rvector.c | 1509 PetscCall(ISContiguousLocal(is, gstart, gend, &lstart, &red[0])); in VecGetSubVectorContiguityAndBS_Private()
|