Searched refs:clObj (Results 1 – 2 of 2) sorted by relevance
49 PetscObject clObj; /* Key for the closure (right now we only have one) */ member
59 (*s)->clObj = NULL; in PetscSectionCreate()2809 s->clObj = NULL; in PetscSectionReset()3185 if (section->clObj != obj) PetscCall(PetscSectionResetClosurePermutation(section)); in PetscSectionSetClosureIndex()3186 section->clObj = obj; in PetscSectionSetClosureIndex()3216 if (section->clObj == obj) { in PetscSectionGetClosureIndex()3235 if (section->clObj != obj) { in PetscSectionSetClosurePermutation_Internal()3239 section->clObj = obj; in PetscSectionSetClosurePermutation_Internal()3299 if (section->clObj == obj) { in PetscSectionGetClosurePermutation_Private()3346 if (section->clObj == obj && section->clHash) { in PetscSectionGetClosureInversePermutation_Internal()