Lines Matching refs:clSection
61 (*s)->clSection = NULL; in PetscSectionCreate()
2795 PetscCall(PetscSectionDestroy(&s->clSection)); in PetscSectionReset()
2801 PetscCall(PetscSectionDestroy(&s->clSection)); in PetscSectionReset()
3179 …cSectionSetClosureIndex(PetscSection section, PetscObject obj, PetscSection clSection, IS clPoints) in PetscSectionSetClosureIndex() argument
3183 PetscValidHeaderSpecific(clSection, PETSC_SECTION_CLASSID, 3); in PetscSectionSetClosureIndex()
3187 PetscCall(PetscObjectReference((PetscObject)clSection)); in PetscSectionSetClosureIndex()
3189 PetscCall(PetscSectionDestroy(§ion->clSection)); in PetscSectionSetClosureIndex()
3191 section->clSection = clSection; in PetscSectionSetClosureIndex()
3213 …ectionGetClosureIndex(PetscSection section, PetscObject obj, PetscSection *clSection, IS *clPoints) in PetscSectionGetClosureIndex() argument
3217 if (clSection) *clSection = section->clSection; in PetscSectionGetClosureIndex()
3220 if (clSection) *clSection = NULL; in PetscSectionGetClosureIndex()
3236 PetscCall(PetscSectionDestroy(§ion->clSection)); in PetscSectionSetClosurePermutation_Internal()