Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi142 PetscErrorCode DMPlexMetricNoSurf(PetscDM, PetscBool*)
H A DDMPlex.pyx2638 petsc.DMPlexMetricNoSurf
2642 CHKERR(DMPlexMetricNoSurf(self.dm, &noSurf))
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c158 PetscCall(DMPlexMetricNoSurf(dm, &noSurf)); in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c343 PetscCall(DMPlexMetricNoSurf(dm, &noSurf)); in DMAdaptMetric_ParMmg_Plex()
/petsc/doc/changes/
H A D317.md262 … - Add `DMPlexMetricNoSurf()` to determine whether surface modification is turned off for (Par)Mmg
/petsc/src/dm/impls/plex/
H A Dplexmetric.c381 PetscErrorCode DMPlexMetricNoSurf(DM dm, PetscBool *noSurf) in DMPlexMetricNoSurf() function
/petsc/include/
H A Dpetscdmplex.h538 PETSC_EXTERN PetscErrorCode DMPlexMetricNoSurf(DM, PetscBool *);