Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/interface/
H A Dindex.c784 PetscBool hasprop; in ISGetInfo() local
804 hasprop = PETSC_FALSE; in ISGetInfo()
807 hasprop = (is->info[itype][(int)info] == IS_INFO_TRUE) ? PETSC_TRUE : PETSC_FALSE; in ISGetInfo()
813 hasprop = (is->info[itype][(int)info] == IS_INFO_TRUE) ? PETSC_TRUE : PETSC_FALSE; in ISGetInfo()
818 PetscCall(ISGetInfo_Sorted_Private(is, type, &hasprop)); in ISGetInfo()
821 PetscCall(ISGetInfo_Unique_Private(is, type, &hasprop)); in ISGetInfo()
824 PetscCall(ISGetInfo_Permutation(is, type, &hasprop)); in ISGetInfo()
827 PetscCall(ISGetInfo_Interval(is, type, &hasprop)); in ISGetInfo()
830 PetscCall(ISGetInfo_Identity(is, type, &hasprop)); in ISGetInfo()
838 if (infer) PetscCall(ISSetInfo_Internal(is, info, type, IS_INFO_UNKNOWN, hasprop)); in ISGetInfo()
[all …]