Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexmetric.c519 PetscErrorCode DMPlexMetricGetMaximumAnisotropy(DM dm, PetscReal *a_max) in DMPlexMetricGetMaximumAnisotropy() function
1185 PetscCall(DMPlexMetricGetMaximumAnisotropy(dm, &a_max)); in DMPlexMetricEnforceSPD()
1325 PetscCall(DMPlexMetricGetMaximumAnisotropy(dm, &a_max)); in DMPlexMetricNormalize()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi152 PetscErrorCode DMPlexMetricGetMaximumAnisotropy(PetscDM, PetscReal*)
H A DDMPlex.pyx2813 petsc.DMPlexMetricGetMaximumAnisotropy
2817 CHKERR(DMPlexMetricGetMaximumAnisotropy(self.dm, &a_max))
/petsc/doc/changes/
H A D317.md238 … - Add `DMPlexMetricGetMaximumAnisotropy()` for retrieving the maximum tolerated metric anisotropy
/petsc/include/
H A Dpetscdmplex.h544 PETSC_EXTERN PetscErrorCode DMPlexMetricGetMaximumAnisotropy(DM, PetscReal *);