Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi141 PetscErrorCode DMPlexMetricSetNoSurf(PetscDM, PetscBool)
H A DDMPlex.pyx2623 petsc.DMPlexMetricSetNoSurf
2627 CHKERR(DMPlexMetricSetNoSurf(self.dm, bval))
/petsc/src/dm/impls/plex/
H A Dplexmetric.c32 PetscCall(DMPlexMetricSetNoSurf(dm, noSurf)); in DMPlexMetricSetFromOptions()
355 PetscErrorCode DMPlexMetricSetNoSurf(DM dm, PetscBool noSurf) in DMPlexMetricSetNoSurf() function
/petsc/doc/changes/
H A D317.md261 - Add `DMPlexMetricSetNoSurf()` to turn off surface modification for (Par)Mmg
/petsc/include/
H A Dpetscdmplex.h537 PETSC_EXTERN PetscErrorCode DMPlexMetricSetNoSurf(DM, PetscBool);