Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexmetric.c471 PetscErrorCode DMPlexMetricGetMaximumMagnitude(DM dm, PetscReal *h_max) in DMPlexMetricGetMaximumMagnitude() function
1179 PetscCall(DMPlexMetricGetMaximumMagnitude(dm, &h_max)); in DMPlexMetricEnforceSPD()
1319 PetscCall(DMPlexMetricGetMaximumMagnitude(dm, &h_max)); in DMPlexMetricNormalize()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi150 PetscErrorCode DMPlexMetricGetMaximumMagnitude(PetscDM, PetscReal*)
H A DDMPlex.pyx2779 petsc.DMPlexMetricGetMaximumMagnitude
2783 CHKERR(DMPlexMetricGetMaximumMagnitude(self.dm, &h_max))
/petsc/doc/changes/
H A D317.md236 - Add `DMPlexMetricGetMaximumMagnitude()` for retrieving the maximum tolerated metric magnitude
/petsc/include/
H A Dpetscdmplex.h542 PETSC_EXTERN PetscErrorCode DMPlexMetricGetMaximumMagnitude(DM, PetscReal *);