Searched refs:ISSetInfo_Internal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 315 static PetscErrorCode ISSetInfo_Internal(IS is, ISInfo info, ISInfoType type, ISInfoBool ipermanent… in ISSetInfo_Internal() function 482 PetscCall(ISSetInfo_Internal(is, info, type, permanent ? IS_INFO_TRUE : IS_INFO_FALSE, flg)); in ISSetInfo() 838 if (infer) PetscCall(ISSetInfo_Internal(is, info, type, IS_INFO_UNKNOWN, hasprop)); in ISGetInfo()
|