Searched refs:DMPlexMetricSetNoSwapping (Results 1 – 5 of 5) sorted by relevance
137 PetscErrorCode DMPlexMetricSetNoSwapping(PetscDM, PetscBool)
2551 petsc.DMPlexMetricSetNoSwapping2555 CHKERR(DMPlexMetricSetNoSwapping(self.dm, bval))
28 PetscCall(DMPlexMetricSetNoSwapping(dm, noSwap)); in DMPlexMetricSetFromOptions()255 PetscErrorCode DMPlexMetricSetNoSwapping(DM dm, PetscBool noSwap) in DMPlexMetricSetNoSwapping() function
257 - Add `DMPlexMetricSetNoSwapping()` to turn off facet swapping for (Par)Mmg
533 PETSC_EXTERN PetscErrorCode DMPlexMetricSetNoSwapping(DM, PetscBool);