Home
last modified time | relevance | path

Searched refs:IS_IDENTITY (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex1.c56 PetscCall(ISGetInfo(is, IS_IDENTITY, IS_LOCAL, compute, &flg)); in main()
61 PetscCall(ISSetInfo(is, IS_IDENTITY, IS_LOCAL, permanent, PETSC_TRUE)); in main()
64 PetscCall(ISGetInfo(is, IS_IDENTITY, IS_LOCAL, compute, &flg)); in main()
H A Dex1f.F9053 PetscCallA(ISSetInfo(is, IS_IDENTITY, IS_LOCAL, permanent, PETSC_TRUE, ierr))
56 PetscCallA(ISGetInfo(is, IS_IDENTITY, IS_LOCAL, compute, flag, ierr))
/petsc/src/vec/is/is/interface/
H A Dindex.c347 is->info[itype][IS_IDENTITY] = IS_INFO_FALSE; in ISSetInfo_Internal()
350 is->info_permanent[itype][IS_IDENTITY] = permanent; in ISSetInfo_Internal()
363 is->info[itype][IS_IDENTITY] = IS_INFO_FALSE; in ISSetInfo_Internal()
367 is->info_permanent[itype][IS_IDENTITY] = permanent; in ISSetInfo_Internal()
380 is->info[itype][IS_IDENTITY] = IS_INFO_FALSE; in ISSetInfo_Internal()
381 if (permanent_set) is->info_permanent[itype][IS_IDENTITY] = permanent; in ISSetInfo_Internal()
397 is->info[itype][IS_IDENTITY] = IS_INFO_FALSE; in ISSetInfo_Internal()
398 if (permanent_set) is->info_permanent[itype][IS_IDENTITY] = permanent; in ISSetInfo_Internal()
401 case IS_IDENTITY: in ISSetInfo_Internal()
829 case IS_IDENTITY: in ISGetInfo()
[all …]
/petsc/src/vec/is/is/impls/stride/
H A Dstride.c45 PetscCall(ISGetInfo(is, IS_IDENTITY, IS_GLOBAL, PETSC_TRUE, &isident)); in ISInvertPermutation_Stride()
/petsc/include/
H A Dpetscis.h71 IS_IDENTITY = 4, enumerator