Home
last modified time | relevance | path

Searched refs:IS_LOCAL (Results 1 – 9 of 9) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex1.c50 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 Dex1f.F9048 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 Dindex.c307 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 Dblock.c46 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 Dgeneral.c107 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 Disdiff.c342 …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 Dpetscis.h76 IS_LOCAL, enumerator
/petsc/src/dm/label/
H A Ddmlabel.c115 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 Ddt.c3412 PetscCall(ISGetInfo((*perm)[o + Na], IS_PERMUTATION, IS_LOCAL, PETSC_TRUE, &flg)); in PetscQuadratureComputePermutations()