Home
last modified time | relevance | path

Searched refs:DMPlexMetricSetNoSwapping (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi137 PetscErrorCode DMPlexMetricSetNoSwapping(PetscDM, PetscBool)
H A DDMPlex.pyx2551 petsc.DMPlexMetricSetNoSwapping
2555 CHKERR(DMPlexMetricSetNoSwapping(self.dm, bval))
/petsc/src/dm/impls/plex/
H A Dplexmetric.c28 PetscCall(DMPlexMetricSetNoSwapping(dm, noSwap)); in DMPlexMetricSetFromOptions()
255 PetscErrorCode DMPlexMetricSetNoSwapping(DM dm, PetscBool noSwap) in DMPlexMetricSetNoSwapping() function
/petsc/doc/changes/
H A D317.md257 - Add `DMPlexMetricSetNoSwapping()` to turn off facet swapping for (Par)Mmg
/petsc/include/
H A Dpetscdmplex.h533 PETSC_EXTERN PetscErrorCode DMPlexMetricSetNoSwapping(DM, PetscBool);