Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D321.md173 - Add `DMCreateSectionPermutation()`, `DMReorderSectionGetType()`, and `DMReorderSectionSetType()`
/petsc/include/
H A Dpetscdm.h263 PETSC_EXTERN PetscErrorCode DMReorderSectionSetType(DM, MatOrderingType);
/petsc/src/dm/interface/
H A Ddm.c157 PetscCall(DMReorderSectionSetType(*newdm, otype)); in DMClone()
9716 PetscErrorCode DMReorderSectionSetType(DM dm, MatOrderingType reorder) in DMReorderSectionSetType() function
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5107 if (flg) PetscCall(DMReorderSectionSetType(dm, method)); in DMSetFromOptions_NonRefinement_Plex()