Searched refs:IS_IDENTITY (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex1.c | 56 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 D | ex1f.F90 | 53 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 D | index.c | 347 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 D | stride.c | 45 PetscCall(ISGetInfo(is, IS_IDENTITY, IS_GLOBAL, PETSC_TRUE, &isident)); in ISInvertPermutation_Stride()
|
| /petsc/include/ |
| H A D | petscis.h | 71 IS_IDENTITY = 4, enumerator
|