Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/interface/
H A Dindex.c537 static PetscErrorCode ISGetIndicesCopy_Private(IS is, PetscInt idx[]);
567 PetscCall(ISGetIndicesCopy_Private(is, idx)); in ISGetInfo_Unique_Private()
585 PetscCall(ISGetIndicesCopy_Private(is, idx)); in ISGetInfo_Unique_Private()
625 PetscCall(ISGetIndicesCopy_Private(is, idx)); in ISGetInfo_Permutation()
2034 static PetscErrorCode ISGetIndicesCopy_Private(IS is, PetscInt idx[]) in ISGetIndicesCopy_Private() function