:orphan: # DMPlexMetricGetMaximumAnisotropy Get the maximum tolerated metric anisotropy ## Synopsis ``` #include "petscdmplex.h" PetscErrorCode DMPlexMetricGetMaximumAnisotropy(DM dm, PetscReal *a_max) ``` ## Input parameters - ***dm -*** The `DM` ## Output parameters - ***a_max -*** The maximum tolerated metric anisotropy ## See Also `DMPLEX`, `DMPlexMetricSetMaximumAnisotropy()`, `DMPlexMetricGetMaximumMagnitude()` ## Level beginner ## Location src/dm/impls/plex/plexmetric.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plexmetric.c) [Index of all DMPlex routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)