Home
last modified time | relevance | path

Searched refs:IS_UNIQUE (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/is/is/interface/
H A Dindex.c354 case IS_UNIQUE: 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()
376 is->info_permanent[itype][IS_UNIQUE] = PETSC_TRUE; in ISSetInfo_Internal()
377 is->info_permanent[IS_LOCAL][IS_UNIQUE] = PETSC_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()
393 is->info_permanent[itype][IS_UNIQUE] = PETSC_TRUE; in ISSetInfo_Internal()
394 is->info_permanent[IS_LOCAL][IS_UNIQUE] = PETSC_TRUE; in ISSetInfo_Internal()
405 is->info[itype][IS_UNIQUE] = IS_INFO_TRUE; in ISSetInfo_Internal()
[all …]
/petsc/src/dm/impls/stag/
H A Dstagstencil.c118 PetscCall(ISSetInfo(*is, IS_UNIQUE, IS_GLOBAL, PETSC_TRUE, PETSC_TRUE)); in DMStagCreateISFromStencils()
/petsc/include/
H A Dpetscis.h68 IS_UNIQUE = 1, enumerator