Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscis.h73 } ISInfo; 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()
779 PetscErrorCode ISGetInfo(IS is, ISInfo info, ISInfoType type, PetscBool compute, PetscBool *flg) in ISGetInfo()