Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h91 PETSC_EXTERN PetscErrorCode PetscSectionResetClosurePermutation(PetscSection);
/petsc/doc/changes/
H A D320.md122 - Add `PetscSectionResetClosurePermutation()`
/petsc/src/vec/is/section/interface/
H A Dsection.c2749 PetscErrorCode PetscSectionResetClosurePermutation(PetscSection section) in PetscSectionResetClosurePermutation() function
2799 PetscCall(PetscSectionResetClosurePermutation(s)); in PetscSectionReset()
3185 if (section->clObj != obj) PetscCall(PetscSectionResetClosurePermutation(section)); in PetscSectionSetClosureIndex()
/petsc/src/dm/interface/
H A Ddm.c6228 if (s) PetscCall(PetscSectionResetClosurePermutation(s)); in DMUseTensorOrder()