Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Disimpl.h48 } ISInfoBool; typedef
59 ISInfoBool info[2][IS_INFO_MAX]; /* local / global properties */
/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()
317 ISInfoBool iflg = flg ? IS_INFO_TRUE : IS_INFO_FALSE; in ISSetInfo_Internal()