Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/interface/
H A Dindex.c317 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 …]
/petsc/include/petsc/private/
H A Disimpl.h47 IS_INFO_TRUE = 2 enumerator