Searched refs:IS_INFO_TRUE (Results 1 – 2 of 2) sorted by relevance
317 ISInfoBool iflg = flg ? IS_INFO_TRUE : IS_INFO_FALSE; in ISSetInfo_Internal()320 PetscBool permanent = (ipermanent == IS_INFO_TRUE) ? PETSC_TRUE : PETSC_FALSE; in ISSetInfo_Internal()341 is->info[IS_LOCAL][(int)info] = IS_INFO_TRUE; in ISSetInfo_Internal()356 is->info[IS_LOCAL][(int)info] = IS_INFO_TRUE; in ISSetInfo_Internal()373 is->info[itype][IS_UNIQUE] = IS_INFO_TRUE; in ISSetInfo_Internal()374 is->info[IS_LOCAL][IS_UNIQUE] = IS_INFO_TRUE; in ISSetInfo_Internal()386 is->info[itype][IS_SORTED] = IS_INFO_TRUE; in ISSetInfo_Internal()387 is->info[IS_LOCAL][IS_SORTED] = IS_INFO_TRUE; in ISSetInfo_Internal()388 is->info[itype][IS_UNIQUE] = IS_INFO_TRUE; in ISSetInfo_Internal()389 is->info[IS_LOCAL][IS_UNIQUE] = IS_INFO_TRUE; in ISSetInfo_Internal()[all …]
47 IS_INFO_TRUE = 2 enumerator