Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsectionimpl.h49 PetscObject clObj; /* Key for the closure (right now we only have one) */ member
/petsc/src/vec/is/section/interface/
H A Dsection.c59 (*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()