Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/interface/
H A Dindex.c346 is->info[itype][IS_INTERVAL] = IS_INFO_FALSE; in ISSetInfo_Internal()
349 is->info_permanent[itype][IS_INTERVAL] = permanent; in ISSetInfo_Internal()
362 is->info[itype][IS_INTERVAL] = IS_INFO_FALSE; in ISSetInfo_Internal()
366 is->info_permanent[itype][IS_INTERVAL] = permanent; in ISSetInfo_Internal()
384 case IS_INTERVAL: in ISSetInfo_Internal()
408 is->info[itype][IS_INTERVAL] = IS_INFO_TRUE; in ISSetInfo_Internal()
409 is->info[IS_LOCAL][IS_INTERVAL] = IS_INFO_TRUE; in ISSetInfo_Internal()
416 is->info_permanent[itype][IS_INTERVAL] = PETSC_TRUE; in ISSetInfo_Internal()
417 is->info_permanent[IS_LOCAL][IS_INTERVAL] = PETSC_TRUE; in ISSetInfo_Internal()
666 PetscCall(ISGetInfo(is, IS_INTERVAL, IS_LOCAL, PETSC_TRUE, &intervalLocal)); in ISGetInfo_Interval()
[all …]
/petsc/include/
H A Dpetscis.h70 IS_INTERVAL = 3, enumerator