Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi160 PetscErrorCode DMPlexMetricGetHausdorffNumber(PetscDM, PetscReal*)
H A DDMPlex.pyx2949 petsc.DMPlexMetricGetHausdorffNumber
2953 CHKERR(DMPlexMetricGetHausdorffNumber(self.dm, &hausd))
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c154 PetscCall(DMPlexMetricGetHausdorffNumber(dm, &hausdorffNumber)); in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c347 PetscCall(DMPlexMetricGetHausdorffNumber(dm, &hausdorffNumber)); in DMAdaptMetric_ParMmg_Plex()
/petsc/doc/changes/
H A D317.md266 - Add `DMPlexMetricGetHausdorffNumber()` to get the metric Hausdorff number
/petsc/src/dm/impls/plex/
H A Dplexmetric.c733 PetscErrorCode DMPlexMetricGetHausdorffNumber(DM dm, PetscReal *hausd) in DMPlexMetricGetHausdorffNumber() function
/petsc/include/
H A Dpetscdmplex.h552 PETSC_EXTERN PetscErrorCode DMPlexMetricGetHausdorffNumber(DM, PetscReal *);