Home
last modified time | relevance | path

Searched refs:DMPlexMetricNoSwapping (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi138 PetscErrorCode DMPlexMetricNoSwapping(PetscDM, PetscBool*)
H A DDMPlex.pyx2566 petsc.DMPlexMetricNoSwapping
2570 CHKERR(DMPlexMetricNoSwapping(self.dm, &noSwap))
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c156 PetscCall(DMPlexMetricNoSwapping(dm, &noSwap)); in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c341 PetscCall(DMPlexMetricNoSwapping(dm, &noSwap)); in DMAdaptMetric_ParMmg_Plex()
/petsc/doc/changes/
H A D317.md258 - Add `DMPlexMetricNoSwapping()` to determine whether facet swapping is turned off for (Par)Mmg
/petsc/src/dm/impls/plex/
H A Dplexmetric.c281 PetscErrorCode DMPlexMetricNoSwapping(DM dm, PetscBool *noSwap) in DMPlexMetricNoSwapping() function
/petsc/include/
H A Dpetscdmplex.h534 PETSC_EXTERN PetscErrorCode DMPlexMetricNoSwapping(DM, PetscBool *);