Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D321.md173 - Add `DMCreateSectionPermutation()`, `DMReorderSectionGetType()`, and `DMReorderSectionSetType()`
/petsc/src/dm/impls/plex/
H A Dplexsection.c611 PetscCall(DMCreateSectionPermutation(dm, &permIS, &blockStarts)); in DMCreateLocalSection_Plex()
/petsc/include/
H A Dpetscdm.h259 PETSC_EXTERN PetscErrorCode DMCreateSectionPermutation(DM, IS *, PetscBT *);
/petsc/src/dm/interface/
H A Ddm.c4449 PetscErrorCode DMCreateSectionPermutation(DM dm, IS *perm, PetscBT *blockStarts) in DMCreateSectionPermutation() function