| /petsc/src/vec/is/is/tests/ |
| H A D | ex1.c | 50 PetscCall(ISGetInfo(is, IS_PERMUTATION, IS_LOCAL, compute, &flg)); in main() 56 PetscCall(ISGetInfo(is, IS_IDENTITY, IS_LOCAL, compute, &flg)); in main() 60 PetscCall(ISSetInfo(is, IS_PERMUTATION, IS_LOCAL, permanent, PETSC_TRUE)); in main() 61 PetscCall(ISSetInfo(is, IS_IDENTITY, IS_LOCAL, permanent, PETSC_TRUE)); in main() 62 PetscCall(ISGetInfo(is, IS_PERMUTATION, IS_LOCAL, compute, &flg)); in main() 64 PetscCall(ISGetInfo(is, IS_IDENTITY, IS_LOCAL, compute, &flg)); in main() 81 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, compute, &flg)); in main() 85 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, compute, &flg)); in main()
|
| H A D | ex1f.F90 | 48 PetscCallA(ISGetInfo(is, IS_PERMUTATION, IS_LOCAL, compute, flag, ierr)) 52 PetscCallA(ISSetInfo(is, IS_PERMUTATION, IS_LOCAL, permanent, PETSC_TRUE, ierr)) 53 PetscCallA(ISSetInfo(is, IS_IDENTITY, IS_LOCAL, permanent, PETSC_TRUE, ierr)) 54 PetscCallA(ISGetInfo(is, IS_PERMUTATION, IS_LOCAL, compute, flag, ierr)) 56 PetscCallA(ISGetInfo(is, IS_IDENTITY, IS_LOCAL, compute, flag, ierr))
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 307 if (clear_permanent_local) is->info_permanent[IS_LOCAL][i] = PETSC_FALSE; in ISClearInfoCache() 318 PetscInt itype = (type == IS_LOCAL) ? 0 : 1; in ISSetInfo_Internal() 341 is->info[IS_LOCAL][(int)info] = IS_INFO_TRUE; in ISSetInfo_Internal() 343 if (permanent_set && permanent) is->info_permanent[IS_LOCAL][(int)info] = PETSC_TRUE; in ISSetInfo_Internal() 356 is->info[IS_LOCAL][(int)info] = IS_INFO_TRUE; in ISSetInfo_Internal() 358 if (permanent_set && permanent) is->info_permanent[IS_LOCAL][(int)info] = PETSC_TRUE; in ISSetInfo_Internal() 374 is->info[IS_LOCAL][IS_UNIQUE] = IS_INFO_TRUE; in ISSetInfo_Internal() 377 is->info_permanent[IS_LOCAL][IS_UNIQUE] = PETSC_TRUE; in ISSetInfo_Internal() 387 is->info[IS_LOCAL][IS_SORTED] = IS_INFO_TRUE; in ISSetInfo_Internal() 389 is->info[IS_LOCAL][IS_UNIQUE] = IS_INFO_TRUE; in ISSetInfo_Internal() [all …]
|
| /petsc/src/vec/is/is/impls/block/ |
| H A D | block.c | 46 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, PETSC_TRUE, &sorted)); in ISLocate_Block() 194 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, PETSC_TRUE, &sorted)); in ISSortRemoveDups_Block() 208 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, PETSC_TRUE, flg)); in ISSorted_Block() 240 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, PETSC_TRUE, &sortedLocal)); in ISUniqueLocal_Block() 266 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, PETSC_TRUE, &sortedLocal)); in ISPermutationLocal_Block()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 107 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, PETSC_TRUE, &sorted)); in ISLocate_General() 483 PetscCall(ISGetInfo(is, IS_PERMUTATION, IS_LOCAL, PETSC_FALSE, &isperm)); in ISView_General() 553 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, PETSC_TRUE, &sorted)); in ISSortRemoveDups_General() 568 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, PETSC_TRUE, flg)); in ISSorted_General()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 342 …orted1) || (n1 == 0 && sorted2)) PetscCall(ISSetInfo(*isout, IS_SORTED, IS_LOCAL, PETSC_FALSE, PET… in ISExpand() 827 PetscCall(ISSetInfo(*h, IS_PERMUTATION, IS_LOCAL, PETSC_FALSE, PETSC_TRUE)); in ISSortPermutation()
|
| /petsc/include/ |
| H A D | petscis.h | 76 IS_LOCAL, enumerator
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 115 PetscCall(ISSetInfo(is, IS_SORTED, IS_LOCAL, PETSC_TRUE, PETSC_TRUE)); in DMLabelMakeValid_Private() 1863 PetscCall(ISGetInfo(permutation, IS_PERMUTATION, IS_LOCAL, PETSC_TRUE, &flg)); in DMLabelPermuteValues()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 3412 PetscCall(ISGetInfo((*perm)[o + Na], IS_PERMUTATION, IS_LOCAL, PETSC_TRUE, &flg)); in PetscQuadratureComputePermutations()
|