Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscis.h78 } ISInfoType; typedef
80 PETSC_EXTERN PetscErrorCode ISSetInfo(IS, ISInfo, ISInfoType, PetscBool, PetscBool);
81 PETSC_EXTERN PetscErrorCode ISGetInfo(IS, ISInfo, ISInfoType, PetscBool, PetscBool *);
/petsc/src/vec/is/is/interface/
H A Dindex.c315 static PetscErrorCode ISSetInfo_Internal(IS is, ISInfo info, ISInfoType type, ISInfoBool ipermanent… in ISSetInfo_Internal()
459 PetscErrorCode ISSetInfo(IS is, ISInfo info, ISInfoType type, PetscBool permanent, PetscBool flg) in ISSetInfo()
486 static PetscErrorCode ISGetInfo_Sorted_Private(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Sorted_Private()
539 static PetscErrorCode ISGetInfo_Unique_Private(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Unique_Private()
606 static PetscErrorCode ISGetInfo_Permutation(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Permutation()
648 static PetscErrorCode ISGetInfo_Interval(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Interval()
702 static PetscErrorCode ISGetInfo_Identity(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Identity()
779 PetscErrorCode ISGetInfo(IS is, ISInfo info, ISInfoType type, PetscBool compute, PetscBool *flg) in ISGetInfo()