Lines Matching refs:clPoints
62 (*s)->clPoints = NULL; in PetscSectionCreate()
2796 PetscCall(ISDestroy(&s->clPoints)); in PetscSectionReset()
2802 PetscCall(ISDestroy(&s->clPoints)); in PetscSectionReset()
3179 …cSectionSetClosureIndex(PetscSection section, PetscObject obj, PetscSection clSection, IS clPoints) in PetscSectionSetClosureIndex() argument
3184 PetscValidHeaderSpecific(clPoints, IS_CLASSID, 4); in PetscSectionSetClosureIndex()
3188 PetscCall(PetscObjectReference((PetscObject)clPoints)); in PetscSectionSetClosureIndex()
3190 PetscCall(ISDestroy(§ion->clPoints)); in PetscSectionSetClosureIndex()
3192 section->clPoints = clPoints; in PetscSectionSetClosureIndex()
3213 …ectionGetClosureIndex(PetscSection section, PetscObject obj, PetscSection *clSection, IS *clPoints) in PetscSectionGetClosureIndex() argument
3218 if (clPoints) *clPoints = section->clPoints; in PetscSectionGetClosureIndex()
3221 if (clPoints) *clPoints = NULL; in PetscSectionGetClosureIndex()
3237 PetscCall(ISDestroy(§ion->clPoints)); in PetscSectionSetClosurePermutation_Internal()