Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Disimpl.h46 IS_INFO_FALSE = 1, enumerator
/petsc/src/vec/is/is/interface/
H A Dindex.c317 ISInfoBool iflg = flg ? IS_INFO_TRUE : IS_INFO_FALSE; in ISSetInfo_Internal()
346 is->info[itype][IS_INTERVAL] = IS_INFO_FALSE; in ISSetInfo_Internal()
347 is->info[itype][IS_IDENTITY] = IS_INFO_FALSE; in ISSetInfo_Internal()
361 is->info[itype][IS_PERMUTATION] = IS_INFO_FALSE; in ISSetInfo_Internal()
362 is->info[itype][IS_INTERVAL] = IS_INFO_FALSE; in ISSetInfo_Internal()
363 is->info[itype][IS_IDENTITY] = IS_INFO_FALSE; in ISSetInfo_Internal()
380 is->info[itype][IS_IDENTITY] = IS_INFO_FALSE; in ISSetInfo_Internal()
397 is->info[itype][IS_IDENTITY] = IS_INFO_FALSE; in ISSetInfo_Internal()
482 PetscCall(ISSetInfo_Internal(is, info, type, permanent ? IS_INFO_TRUE : IS_INFO_FALSE, flg)); in ISSetInfo()