Searched refs:DMReorderSectionSetDefault (Results 1 – 4 of 4) sorted by relevance
174 - Add `DMReorderSectionGetDefault()` and `DMReorderSectionSetDefault()` to allow point permutations…
261 PETSC_EXTERN PetscErrorCode DMReorderSectionSetDefault(DM, DMReorderDefaultFlag);
155 PetscCall(DMReorderSectionSetDefault(*newdm, flg)); in DMClone()9670 PetscErrorCode DMReorderSectionSetDefault(DM dm, DMReorderDefaultFlag reorder) in DMReorderSectionSetDefault() function
5105 …if (flg) PetscCall(DMReorderSectionSetDefault(dm, flg2 ? DM_REORDER_DEFAULT_TRUE : DM_REORDER_DEFA… in DMSetFromOptions_NonRefinement_Plex()