Home
last modified time | relevance | path

Searched refs:ISClearInfoCache (Results 1 – 7 of 7) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex1f.F9058 PetscCallA(ISClearInfoCache(is, PETSC_TRUE, ierr))
H A Dex1.c67 PetscCall(ISClearInfoCache(is, PETSC_TRUE)); in main()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c693 PetscCall(ISClearInfoCache(is, PETSC_FALSE)); in ISGeneralSetIndices()
761 PetscCall(ISClearInfoCache(is, PETSC_FALSE)); in ISGeneralSetIndicesFromMask()
821 PetscCall(ISClearInfoCache(is, PETSC_FALSE)); in ISGeneralFilter()
/petsc/src/vec/is/is/impls/stride/
H A Dstride.c351 PetscCall(ISClearInfoCache(is, PETSC_FALSE)); in ISStrideSetStride()
/petsc/include/
H A Dpetscis.h82 PETSC_EXTERN PetscErrorCode ISClearInfoCache(IS, PetscBool);
/petsc/src/vec/is/is/impls/block/
H A Dblock.c444 PetscCall(ISClearInfoCache(is, PETSC_FALSE)); in ISBlockSetIndices()
/petsc/src/vec/is/is/interface/
H A Dindex.c299 PetscErrorCode ISClearInfoCache(IS is, PetscBool clear_permanent_local) in ISClearInfoCache() function
1718 PetscCall(ISClearInfoCache(is, PETSC_FALSE)); in ISSortRemoveDups()